From 9564b46d4599a6c500b48ce2084ef8b145f62ac1 Mon Sep 17 00:00:00 2001 From: yohlo Date: Mon, 29 Sep 2025 15:42:00 -0500 Subject: [PATCH] quick fix --- src/features/core/components/navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/core/components/navbar.tsx b/src/features/core/components/navbar.tsx index bf7bed9..71f9547 100644 --- a/src/features/core/components/navbar.tsx +++ b/src/features/core/components/navbar.tsx @@ -19,7 +19,7 @@ const Navbar = () => { // boxShadow: `5px 5px ${boxShadowColor}`, borderColor if (isMobile) return ( - + {links.map((link) => (