From f72c881499f68005a570e6d5566fe1fc710d8785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BF=E3=81=A6=E3=82=8B=E3=81=9E?= Date: Sat, 27 Sep 2025 23:11:17 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=80=9C=E3=82=BF=E3=82=B0=E3=81=AE?= =?UTF-8?q?=E3=81=A4=E3=81=91=E6=96=B9=E2=80=9D=20=E3=82=92=E3=83=A1?= =?UTF-8?q?=E3=83=8B=E3=83=A5=E3=83=BC=E3=81=8B=E3=82=89=E5=89=8A=E9=99=A4?= =?UTF-8?q?=EF=BC=88#96=EF=BC=89=20(#133)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #96 完 Co-authored-by: miteruzo Reviewed-on: https://git.miteruzo.com/miteruzo/btrc-hub/pulls/133 --- frontend/src/components/TopNav.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/TopNav.tsx b/frontend/src/components/TopNav.tsx index 84e113d..104f40e 100644 --- a/frontend/src/components/TopNav.tsx +++ b/frontend/src/components/TopNav.tsx @@ -36,7 +36,6 @@ export default (({ user }: Props) => { { name: '別名タグ', to: '/tags/aliases', visible: false }, { name: '上位タグ', to: '/tags/implications', visible: false }, { name: 'ニコニコ連携', to: '/tags/nico' }, - { name: 'タグのつけ方', to: '/wiki/ヘルプ:タグのつけ方' }, { name: 'ヘルプ', to: '/wiki/ヘルプ:タグ' }] }, { name: 'Wiki', to: '/wiki/ヘルプ:ホーム', base: '/wiki', subMenu: [ { name: '検索', to: '/wiki' },