diff options
Diffstat (limited to 'app/routes/events._index.tsx')
| -rw-r--r-- | app/routes/events._index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/routes/events._index.tsx b/app/routes/events._index.tsx index 174c81e..7e6ca5d 100644 --- a/app/routes/events._index.tsx +++ b/app/routes/events._index.tsx @@ -53,6 +53,7 @@ export default function EventsIndex() { </Link> <nav className="flex gap-6 text-sm text-gray-400"> <Link to="/events" className="hover:text-white transition-colors">イベント</Link> + <Link to="/events/by-date" className="hover:text-white transition-colors">日付別</Link> <Link to="/venues" className="hover:text-white transition-colors">会場一覧</Link> </nav> </header> |
