From 8e23f31685dddd9a347259e9c316c8378be7e1c2 Mon Sep 17 00:00:00 2001 From: Ivan Cacciari Date: Mon, 7 Sep 2026 18:13:10 +0200 Subject: [PATCH] Rinomina Classifica in Campionato e allinea i link azione in home. Co-authored-by: Cursor --- src/components/crapp/BottomNav.tsx | 2 +- src/routes/index.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/crapp/BottomNav.tsx b/src/components/crapp/BottomNav.tsx index 37b0331..90239fc 100644 --- a/src/components/crapp/BottomNav.tsx +++ b/src/components/crapp/BottomNav.tsx @@ -9,7 +9,7 @@ const items = [ { to: "/", label: "Home", icon: Home }, { to: "/calendario", label: "Calendario", icon: CalendarDays }, { to: "/squadra", label: "Squadra", icon: Users }, - { to: "/classifica", label: "Classifica", icon: Trophy }, + { to: "/classifica", label: "Campionato", icon: Trophy }, ] as const; export function BottomNav() { diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 40674cd..f4a706f 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -153,7 +153,7 @@ function Index() { Storico @@ -212,9 +212,9 @@ function Index() { azione={ - Tutti + Tutti } >