From d34c9953b3a18e0ea52103a326fa298e00226654 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 15 Jul 2025 19:22:51 +0900 Subject: feat(frontend): tweak menu style --- frontend/src/components/MenuItem.tsx | 2 +- frontend/src/components/Navigation.tsx | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/MenuItem.tsx b/frontend/src/components/MenuItem.tsx index 45358c8..d5be2c2 100644 --- a/frontend/src/components/MenuItem.tsx +++ b/frontend/src/components/MenuItem.tsx @@ -22,7 +22,7 @@ export function MenuItem({ path, label, icon }: Props) { }`} > - {label} + {label} ); } diff --git a/frontend/src/components/Navigation.tsx b/frontend/src/components/Navigation.tsx index f5771df..08a523f 100644 --- a/frontend/src/components/Navigation.tsx +++ b/frontend/src/components/Navigation.tsx @@ -11,15 +11,13 @@ export function Navigation() {