diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 770f46c..b49aa26 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -131,7 +131,7 @@ export default (() => { <> -
+
diff --git a/frontend/src/components/TopNav.tsx b/frontend/src/components/TopNav.tsx index b173dac..27d40b1 100644 --- a/frontend/src/components/TopNav.tsx +++ b/frontend/src/components/TopNav.tsx @@ -79,12 +79,12 @@ export default (({ user }: Props) => { { name: '上位タグ', to: '/tags/implications', visible: false }, { name: 'ニコニコ連携', to: '/tags/nico' }, { name: 'ヘルプ', to: '/wiki/ヘルプ:タグ' }] }, - { name: '素材', to: '/materials', subMenu: [ - { name: '一覧', to: '/materials' }, - // { name: '検索', to: '/materials/search' }, - { name: '追加', to: '/materials/new' }, - // { name: '履歴', to: '/materials/changes' }, - { name: 'ヘルプ', to: 'wiki/ヘルプ:素材集' }] }, + // { name: '素材', to: '/materials', subMenu: [ + // { name: '一覧', to: '/materials' }, + // { name: '検索', to: '/materials/search', visible: false }, + // { name: '追加', to: '/materials/new' }, + // { name: '履歴', to: '/materials/changes', visible: false }, + // { name: 'ヘルプ', to: '/wiki/ヘルプ:素材集' }] }, { name: '上映会', to: '/theatres/1', base: '/theatres', subMenu: [ { name: <>第 1 会場, to: '/theatres/1' }, { name: 'CyTube', to: '//cytube.mm428.net/r/deernijika' }, @@ -145,9 +145,9 @@ export default (({ user }: Props) => { return ( <> -