We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0dd2a commit 53c51b6Copy full SHA for 53c51b6
1 file changed
src/data/cities.js
@@ -55,7 +55,7 @@ const cityData = {
55
campusImage: "/images/campus/utfsm-campus.webp",
56
},
57
registrationLink:"https://www.eventbrite.com/e/1366605807759",
58
- registrationStatus: "closing-soon", // <--- agregas esto solo si los cupos están por agotarse
+ registrationStatus: "closed", // <--- agregas esto solo si los cupos están por agotarse
59
talkProposalLink: "",
60
schedule: allTalks.filter((talk) => talk.city === "valparaiso"),
61
0 commit comments