Skip to content

Commit 4248ed3

Browse files
committed
change content and expiry date
1 parent 89aeab2 commit 4248ed3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/svelte.dev/src/routes/+layout.server.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ const sections: Record<string, string> = {
5555
const banner: BannerData = {
5656
id: 'sveltehack2024',
5757
start: new Date('22 Oct, 2024 00:00:00 UTC'),
58-
end: new Date('10 January, 2025 23:59:59 UTC'),
58+
end: new Date('15 December, 2024 23:59:59 UTC'),
5959
arrow: true,
6060
content: {
61-
lg: 'Celebrating the release of Svelte 5 with Svelte Hack 2024!',
62-
sm: 'Svelte Hack 2024'
61+
lg: 'Cast runes, win prizes: SvelteHack 2024',
62+
sm: 'SvelteHack 2024'
6363
},
6464
href: 'https://hack.sveltesociety.dev/2024'
6565
};

0 commit comments

Comments
 (0)