diff --git a/src/routes/squadra.tsx b/src/routes/squadra.tsx index 19e4192..d4e8260 100644 --- a/src/routes/squadra.tsx +++ b/src/routes/squadra.tsx @@ -64,7 +64,7 @@ const criteri = [ { id: "mediaVoto", label: "Media voto" }, { id: "mvp", label: "MVP" }, { id: "palloni", label: "Palloni" }, - { id: "cacchePartita", label: "Cacche/partita" }, + { id: "cacchePartita", label: "Cacche" }, ] as const; type Criterio = (typeof criteri)[number]["id"]; @@ -264,14 +264,14 @@ function Squadra() {
-
+
{criteri.map((c) => (