From 2c2bb2232838866496bfca48c0081e7f5e04daa7 Mon Sep 17 00:00:00 2001 From: Chris Parsons Date: Fri, 1 May 2026 23:33:41 +0000 Subject: [PATCH] feat(admin): add Tournaments link to admin sidebar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Missed in Phase 3 Task 4 — the /admin/tournaments route exists but was not reachable from the admin nav without typing the URL. Co-Authored-By: Claude Opus 4.7 --- app/routes/admin.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/routes/admin.tsx b/app/routes/admin.tsx index e56e172..53bd4f6 100644 --- a/app/routes/admin.tsx +++ b/app/routes/admin.tsx @@ -10,6 +10,7 @@ import { Calendar, FolderKanban, RefreshCw, + Award, } from "lucide-react"; export function meta(): Route.MetaDescriptors { @@ -59,6 +60,12 @@ export default function AdminLayout() { Sports Seasons +