diff --git a/apps/web/components/Objects/Menu/Menu.tsx b/apps/web/components/Objects/Menu/Menu.tsx index d3df4088..4a933f26 100644 --- a/apps/web/components/Objects/Menu/Menu.tsx +++ b/apps/web/components/Objects/Menu/Menu.tsx @@ -53,9 +53,9 @@ export const Menu = (props: any) => {
-
+
- {
} - /> + /> */}
diff --git a/apps/web/components/Security/HeaderProfileBox.tsx b/apps/web/components/Security/HeaderProfileBox.tsx index 8821941c..2e4dc7b6 100644 --- a/apps/web/components/Security/HeaderProfileBox.tsx +++ b/apps/web/components/Security/HeaderProfileBox.tsx @@ -5,6 +5,7 @@ import Link from "next/link"; import { AuthContext } from "./AuthProviderDepreceated"; import Avvvatars from "avvvatars-react"; import { GearIcon } from "@radix-ui/react-icons"; +import { Settings } from "lucide-react"; export const HeaderProfileBox = () => { const auth: any = React.useContext(AuthContext); @@ -28,13 +29,15 @@ export const HeaderProfileBox = () => { )} {auth.isAuthenticated && ( - -
{auth.userInfo.username}
-
+ +
+
{auth.userInfo.username}
- +
+ +
- +
)}