From e907cb0a8f2775b47c9637a4f315486881fae77c Mon Sep 17 00:00:00 2001 From: miteruzo Date: Tue, 22 Jul 2025 12:32:13 +0900 Subject: [PATCH] =?UTF-8?q?=E7=B4=B0=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/TopNav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/TopNav.tsx b/frontend/src/components/TopNav.tsx index f34d7c7..7ab5342 100644 --- a/frontend/src/components/TopNav.tsx +++ b/frontend/src/components/TopNav.tsx @@ -129,7 +129,7 @@ export default ({ user }: Props) => {
+ items-center w-full min-h-[40px] px-3"> {menu.find (item => location.pathname.startsWith (item.base || item.to))?.subMenu .filter (item => item.visible ?? true) .map ((item, i) => 'component' in item ? item.component : (