Skip to content

Commit 6aa349a

Browse files
authored
fix(Ticket): use correct date (#124)
1 parent ea6e3a1 commit 6aa349a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Components/Ticket/Ticket.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,8 @@ export const Ticket = ({
461461
onClick={() => {
462462
atcb_action({
463463
name: "JSConf Chile",
464-
startDate: "2023-03-03",
465-
endDate: "2023-03-04",
464+
startDate: "2023-02-03",
465+
endDate: "2023-02-04",
466466
startTime: "08:00",
467467
endTime: "19:00",
468468
description:

0 commit comments

Comments
 (0)