From 52d526b928581af754ee6cd4cb1d948edfecc7da Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Thu, 25 May 2023 16:14:25 +0100 Subject: [PATCH] Got the profile in a nice place --- src/app/components/Navbar.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/components/Navbar.tsx b/src/app/components/Navbar.tsx index 810a052..1f3403f 100644 --- a/src/app/components/Navbar.tsx +++ b/src/app/components/Navbar.tsx @@ -35,10 +35,12 @@ function Nav({ pageName }: { pageName: string }) {
{makeLink("/home", "Home")} {makeLink("/help", "Help")} - +
+
+
-