From 7f8d725a4b462bfc31ec563ca3c0c994d1b5477a Mon Sep 17 00:00:00 2001 From: mrevanzak Date: Fri, 28 Jun 2024 20:59:32 +0700 Subject: [PATCH] fix: navbar menu position --- apps/web/src/components/navbar.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/apps/web/src/components/navbar.tsx b/apps/web/src/components/navbar.tsx index 267c6c6..c12a38b 100644 --- a/apps/web/src/components/navbar.tsx +++ b/apps/web/src/components/navbar.tsx @@ -28,14 +28,11 @@ export async function Navbar() { )}
- - - + {!isAdmin && ( + + + + )}