Skip to content

Commit 785c38f

Browse files
author
Nicolai Frigaard
committed
fix: wrong times for periods
1 parent 1cfd1b7 commit 785c38f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/lib/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import { SHOWS, SHOW_REVEAL } from "./shows";
1818
import { Scroll } from "lucide-react";
1919

2020
// Perioder
21-
export const RECRUITMENT_START = new Date("2025-08-25T08:00:00+0100"); // Start av opptak
22-
export const RECRUITMENT_END = new Date("2025-09-01T12:00:00+0100"); // Opptak slutt
21+
export const RECRUITMENT_START = new Date("2025-08-25T07:00:00+0100"); // Start av opptak
22+
export const RECRUITMENT_END = new Date("2025-09-01T11:00:00+0100"); // Opptak slutt
2323
export const COUNTDOWN_START = SHOW_REVEAL;
2424

2525
export const TICKET_RELEASE = new Date("2026-02-19T16:00:00+0100");

src/lib/shows.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ export const SHOWS: Show[] = [
4545
];
4646

4747
// SLIPP
48-
export const SHOW_REVEAL = new Date("2025-02-07T22:00:00+0100");
48+
export const SHOW_REVEAL = new Date("2026-02-07T22:00:00+0100");
4949
export const TICKET_RELEASE: Date | "TBA" = new Date(
50-
"2025-02-19T16:00:00+0100",
50+
"2026-02-19T16:00:00+0100",
5151
);
5252
export const TICKET_LINK: string | undefined = "https://byscn.no/abakus_25";

0 commit comments

Comments
 (0)