File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ import { SHOWS, SHOW_REVEAL } from "./shows";
1818import { 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
2323export const COUNTDOWN_START = SHOW_REVEAL ;
2424
2525export const TICKET_RELEASE = new Date ( "2026-02-19T16:00:00+0100" ) ;
Original file line number Diff line number Diff 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" ) ;
4949export const TICKET_RELEASE : Date | "TBA" = new Date (
50- "2025 -02-19T16:00:00+0100" ,
50+ "2026 -02-19T16:00:00+0100" ,
5151) ;
5252export const TICKET_LINK : string | undefined = "https://byscn.no/abakus_25" ;
You can’t perform that action at this time.
0 commit comments