Skip to content

Commit 2f986c4

Browse files
committed
update: cities data with registration status changes and Copiapo event date
1 parent fc00db7 commit 2f986c4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/data/cities.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import allTalks from "./talks";
33
const cityData = {
44
copiapo: {
55
name: "Copiapó",
6-
date: "Fecha por confirmar",
6+
date: "25 de junio, 2025",
77
slug: "copiapo",
88
mapCoords: { x: 50, y: 90 },
99
venue: "Inacap sede Copiapó",
@@ -50,6 +50,7 @@ const cityData = {
5050
campusImage: "/images/campus/utfsm-campus.webp",
5151
},
5252
registrationLink:"https://www.eventbrite.com/e/1366605807759",
53+
registrationStatus: "closing-soon", // <--- agregas esto solo si los cupos están por agotarse
5354
talkProposalLink: "",
5455
schedule: allTalks.filter((talk) => talk.city === "valparaiso"),
5556
},

0 commit comments

Comments
 (0)