diff --git a/src/components/NavBar.js b/src/components/NavBar.js index 5a81b3c..787cc96 100644 --- a/src/components/NavBar.js +++ b/src/components/NavBar.js @@ -1,4 +1,4 @@ -import { Navbar, Text } from "@nextui-org/react"; +import { Avatar, Dropdown, Navbar, Text } from "@nextui-org/react"; import { useSession } from "next-auth/react"; export default function NavBar() { @@ -13,7 +13,37 @@ export default function NavBar() { {status === "authenticated" ? ( -

signed in

+ + + + + + + + Signed in as + + + {session.user.username} + + + + My Settings + + Analytics + + System Settings + + + Log Out + + + ) : ( Login