Skip to content

Commit

Permalink
fix: typo on new date (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
joseglego authored Jun 11, 2024
1 parent 9c2b3a2 commit d020b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ export const footer = [
export const JSCONF = {
startDate: new Date("12/05/2024 09:00:00"),
endDate: new Date("12/07/2024 17:00:00"),
strDates: "DIC 12, 06, 07 2024",
strDates: "DIC 05, 06, 07 2024",
place: "Santiago, Chile",
};

0 comments on commit d020b31

Please sign in to comment.