Skip to content

Commit 1f5becf

Browse files
committed
chore(data): change registrationStatus from 'closing-soon' to 'closed' for Valparaíso
1 parent 821b608 commit 1f5becf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data/cities.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +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
53+
registrationStatus: "closed", // <--- agregas esto solo si los cupos están por agotarse
5454
talkProposalLink: "",
5555
schedule: allTalks.filter((talk) => talk.city === "valparaiso"),
5656
},

0 commit comments

Comments
 (0)