From 85d272d1a0f451139c609fefee8849d92cf9ad10 Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 19 Nov 2022 11:13:17 +0000 Subject: [PATCH] Update navbar --- src/components/NavBar.js | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) 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