From 298e1b7ef1ad163357b4dd18f85dac921808bc77 Mon Sep 17 00:00:00 2001 From: falendikategar Date: Wed, 9 Oct 2024 16:11:36 +0700 Subject: [PATCH] update: adding whitespace rules to the NavbarMenuItem component --- 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 4b96a4a..d44e45a 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 && (