From ad0e87c64ae71d348bc3091958317eddc4036c62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoni=20Nu=C3=B1ez=20Romeu?= Date: Thu, 13 Aug 2026 18:15:44 +0200 Subject: [PATCH] Hotfixes --- src/data/event-data.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/event-data.ts b/src/data/event-data.ts index d58a1b3..3cbe33c 100644 --- a/src/data/event-data.ts +++ b/src/data/event-data.ts @@ -222,7 +222,7 @@ export const STAFF = [ }, { id: "21", - name: "Rocio Delano", + name: "Rodrigo Delano", role: "Specials" as const, image: rdelano, }, @@ -234,7 +234,7 @@ export const STAFF = [ }, { id: "23", - name: "Patricia Cruz.", + name: "Patricia Cruz", role: "Specials" as const, image: patriciac, }, @@ -249,7 +249,7 @@ export const STAFF = [ name: "Xavi & Laura", role: "Teachers" as const, image: xavilau, - } + }, ]; // ---- PROGRAMA DEL EVENTO ----