diff --git a/src/client/CookingAppReact/src/components/userMenu/UserMenu.jsx b/src/client/CookingAppReact/src/components/userMenu/UserMenu.jsx index f17cf98..ff6f105 100644 --- a/src/client/CookingAppReact/src/components/userMenu/UserMenu.jsx +++ b/src/client/CookingAppReact/src/components/userMenu/UserMenu.jsx @@ -52,11 +52,7 @@ const UserMenu = ({ isOpen, toggleDropDown }) => { } hover:rounded`} onClick={() => { dispatch(uiActions.toggleDropdown()); - if (role === "Premium") { - navigate("/subscription/manage"); - } else { - navigate("/subscription"); - } + navigate("/store"); }} title="Subscription" > @@ -91,13 +87,13 @@ const UserMenu = ({ isOpen, toggleDropDown }) => { {t("RulesNPolicies")} -
-
+
+ } hover:rounded`} + >