From f98d8d2e399b518f9a6a6fd6c80113c41b216d91 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 20 Feb 2026 18:20:11 +0000 Subject: [PATCH] Fix stale empty state card title in home route Update 'No Active Leagues' to 'No Leagues' to match the updated description which is now about membership rather than active seasons. https://claude.ai/code/session_01E3ugKTfatkEc5TcDGXvHiW --- app/routes/home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/home.tsx b/app/routes/home.tsx index eecba0c..4674a79 100644 --- a/app/routes/home.tsx +++ b/app/routes/home.tsx @@ -92,7 +92,7 @@ export default function Home({ loaderData }: Route.ComponentProps) { {leagues.length === 0 ? ( - No Active Leagues + No Leagues You aren't a member of any leagues yet