We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 821b608 commit 1f5becfCopy full SHA for 1f5becf
1 file changed
src/data/cities.js
@@ -50,7 +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
+ registrationStatus: "closed", // <--- agregas esto solo si los cupos están por agotarse
54
talkProposalLink: "",
55
schedule: allTalks.filter((talk) => talk.city === "valparaiso"),
56
0 commit comments