From 5843e89cf9c19a14024c0cb5e8e2a944ac8f3269 Mon Sep 17 00:00:00 2001 From: abiyasa05 Date: Fri, 25 Oct 2024 10:56:54 +0700 Subject: [PATCH] update: file navbar menu item, change font bold to font normal --- apps/frontend/src/components/NavbarMenuItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/components/NavbarMenuItem.tsx b/apps/frontend/src/components/NavbarMenuItem.tsx index d44e45a..17db4c4 100644 --- a/apps/frontend/src/components/NavbarMenuItem.tsx +++ b/apps/frontend/src/components/NavbarMenuItem.tsx @@ -86,7 +86,7 @@ export default function MenuItem({ menu, isActive, onClick }: Props) { {/* Label */} - {menu.label} + {menu.label} {/* Chevron Icon */} {hasChildren && (