diff --git a/app/components/Navbar/Navbar.tsx b/app/components/Navbar/Navbar.tsx index 4b06ec9..2a4b9c1 100644 --- a/app/components/Navbar/Navbar.tsx +++ b/app/components/Navbar/Navbar.tsx @@ -68,7 +68,7 @@ export const Navbar = () => { return ( <>
-
+
{userStore.isAuth ? ( -
+
{ theme={{ arrowIcon: "ml-1 w-4 h-4 [transform:rotateX(180deg)] sm:transform-none", + floating: { + target: "text-sm sm:text-base", + }, }} > @@ -125,7 +128,7 @@ export const Navbar = () => { pathname == `/profile/${userStore.user.id}` ? "font-bold mdi--user" : "mdi--user-outline" - } w-4 h-4 sm:w-6 sm:h-6`} + } w-6 h-6`} > Профиль @@ -145,7 +148,7 @@ export const Navbar = () => { { className="flex items-center gap-1 text-sm md:text-base" > Настройки @@ -176,7 +179,7 @@ export const Navbar = () => { className="flex items-center gap-1 text-sm md:text-base" > Выйти @@ -184,7 +187,13 @@ export const Navbar = () => {
) : ( ( +
+ + Меню +
+ )} inline={true} dismissOnClick={true} theme={{ @@ -200,7 +209,7 @@ export const Navbar = () => { className="flex items-center gap-1" > { Войти @@ -222,7 +231,7 @@ export const Navbar = () => { className="flex items-center gap-1 text-sm md:text-base" > Настройки