From 490b04ba611535e0ad58b27a6e90f23c514cdf0f Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Fri, 26 Apr 2024 20:55:49 -0400 Subject: [PATCH] Frontend: Make the navbar more responsive --- Frontend/src/app/components/navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/src/app/components/navbar.tsx b/Frontend/src/app/components/navbar.tsx index e75b73a..a341191 100644 --- a/Frontend/src/app/components/navbar.tsx +++ b/Frontend/src/app/components/navbar.tsx @@ -65,7 +65,7 @@ const Navbar = (): ReactElement => { {/* Center - Links */}
-
+
{Object.entries(config.navbarLinks).map( (link: [string, string], index: number) => { const url: string = link[1]; // The href of the link