Skip to content

Commit

Permalink
feat: change to new date
Browse files Browse the repository at this point in the history
  • Loading branch information
joseglego committed Jun 11, 2024
1 parent 3c0b310 commit bd313aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ export const footer = [
];

export const JSCONF = {
startDate: new Date("09/05/2024 09:00:00"),
endDate: new Date("09/07/2024 17:00:00"),
strDates: "SEP 05, 06, 07 2024",
startDate: new Date("12/05/2024 09:00:00"),
endDate: new Date("12/07/2024 17:00:00"),
strDates: "DIC 12, 06, 07 2024",
place: "Santiago, Chile",
};

0 comments on commit bd313aa

Please sign in to comment.