From a6541cb62cebc76ffe05b262a2e4d14f2893f73a Mon Sep 17 00:00:00 2001 From: Brooke Christiansen Date: Thu, 9 Oct 2025 19:54:42 -0700 Subject: [PATCH] fixing horizontal sizing issue in navbar --- 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 3fdc73a..67f490c 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -41,8 +41,8 @@ export default function Navbar({ activePage = "" }: NavbarProps) {
-
- {Array.from({ length: 20 }).map((_, index) => ( +
+ {Array.from({ length: 12 }).map((_, index) => (