From 41286d4691581f80cd7b5f6ec2b8481ec48bd30f Mon Sep 17 00:00:00 2001 From: theoleuthardt Date: Sat, 8 Feb 2025 12:35:35 +0100 Subject: [PATCH] fix: navbar styling fixed --- src/components/Navbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 586ef64..2104d86 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -8,7 +8,7 @@ interface NavProps { const navbar = (props: NavProps) => { return ( -
+