diff --git a/apps/web/src/components/navbar.tsx b/apps/web/src/components/navbar.tsx
index cb83cb6..7550b28 100644
--- a/apps/web/src/components/navbar.tsx
+++ b/apps/web/src/components/navbar.tsx
@@ -33,8 +33,6 @@ export default function Navbar({ forMobile }: { forMobile: boolean }) {
const isMobile = useIsMobile();
- const [selectOpen, setSelectOpen] = useState(false);
-
const [userInfoOpen, setUserInfoOpen] = useState(false);
return (
@@ -86,7 +84,9 @@ export default function Navbar({ forMobile }: { forMobile: boolean }) {
textDecorationLine: "none",
}}
>
-
{user?.display}
+
+ {user?.display}
+
}
/>
@@ -131,15 +131,20 @@ export default function Navbar({ forMobile }: { forMobile: boolean }) {
) : (
<>
-
-