hotfixes
CI/CD Deploy / test (push) Successful in 1m2s
CI/CD Deploy / build-push (push) Successful in 1m30s
CI/CD Deploy / deploy (push) Successful in 17s

This commit is contained in:
Antoni Nuñez Romeu
2026-08-26 08:54:08 +02:00
parent c799cdda00
commit 58bbc0401d
+3 -9
View File
@@ -150,9 +150,9 @@ export const STAFF = [
}, },
{ {
id: "8", id: "8",
name: "DJ Klebynho", name: "DJ Rafael",
role: "DJ" as const, role: "DJ" as const,
image: djklebynho, image: rafael,
}, },
{ {
id: "9", id: "9",
@@ -228,7 +228,7 @@ export const STAFF = [
{ {
id: "21", id: "21",
name: "Rodrigo Delano", name: "Rodrigo Delano",
role: "Specials" as const, role: "Teacher" as const,
image: rdelano, image: rdelano,
}, },
{ {
@@ -272,12 +272,6 @@ export const STAFF = [
name: "Juninho", name: "Juninho",
role: "Specials" as const, role: "Specials" as const,
image: juninho, image: juninho,
},
{
id: "29",
name: "DJ Rafael",
role: "DJ" as const,
image: rafael,
} }
]; ];