We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc00db7 commit 2f986c4Copy full SHA for 2f986c4
1 file changed
src/data/cities.js
@@ -3,7 +3,7 @@ import allTalks from "./talks";
3
const cityData = {
4
copiapo: {
5
name: "Copiapó",
6
- date: "Fecha por confirmar",
+ date: "25 de junio, 2025",
7
slug: "copiapo",
8
mapCoords: { x: 50, y: 90 },
9
venue: "Inacap sede Copiapó",
@@ -50,6 +50,7 @@ const cityData = {
50
campusImage: "/images/campus/utfsm-campus.webp",
51
},
52
registrationLink:"https://www.eventbrite.com/e/1366605807759",
53
+ registrationStatus: "closing-soon", // <--- agregas esto solo si los cupos están por agotarse
54
talkProposalLink: "",
55
schedule: allTalks.filter((talk) => talk.city === "valparaiso"),
56
0 commit comments