diff options
author | Fushihara <1039534+fushihara@users.noreply.github.com> | 2024-09-23 21:27:07 +0900 |
---|---|---|
committer | Fushihara <1039534+fushihara@users.noreply.github.com> | 2024-09-23 21:27:07 +0900 |
commit | 708d3a4d470e7e1f7dccbebd65779a1f45cff6df (patch) | |
tree | 65f7cc6e15dfb63b37e0a94ae54c942d2d3ef710 /src/app/_components/navigationHeader.tsx | |
parent | c1cc8ef47e4a405697cd9855667e3df5593bd557 (diff) |
カテゴリ機能削除
Diffstat (limited to 'src/app/_components/navigationHeader.tsx')
-rw-r--r-- | src/app/_components/navigationHeader.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/app/_components/navigationHeader.tsx b/src/app/_components/navigationHeader.tsx index 945cc26..20cee95 100644 --- a/src/app/_components/navigationHeader.tsx +++ b/src/app/_components/navigationHeader.tsx @@ -19,9 +19,6 @@ export function NavigationHeader() { <Link href={"/article/all/page-1"}>記事一覧</Link> </li> <li> - <Link href={`/article/category`}>カテゴリ一覧</Link> - </li> - <li> <Link href={`/article/tag`}>タグ一覧</Link> </li> <li> |