From bc274b2cf7439eecda7be73aadef15a1693d54ff Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Sun, 15 Feb 2026 11:39:25 -0500 Subject: [PATCH] fix: update subscription modal navigation in UserProfileAvatar --- src/components/UserProfileAvatar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/UserProfileAvatar.jsx b/src/components/UserProfileAvatar.jsx index 25023bf..0cfd165 100644 --- a/src/components/UserProfileAvatar.jsx +++ b/src/components/UserProfileAvatar.jsx @@ -440,7 +440,7 @@ const UserProfileAvatar = () => { {!isPlusUser && ( setIsSubscriptionModalOpen(true)} + onClick={() => navigate('/settings/account')} sx={{ borderRadius: 'var(--joy-radius-sm)', '&:hover': {