Browse Source

細部

#23
みてるぞ 1 day ago
parent
commit
e907cb0a8f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frontend/src/components/TopNav.tsx

+ 1
- 1
frontend/src/components/TopNav.tsx View File

@@ -129,7 +129,7 @@ export default ({ user }: Props) => {
</nav>

<div className="hidden md:flex bg-yellow-200 dark:bg-red-950
items-center w-full min-h-[40px]">
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 : (


Loading…
Cancel
Save