We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89aeab2 commit 4248ed3Copy full SHA for 4248ed3
apps/svelte.dev/src/routes/+layout.server.ts
@@ -55,11 +55,11 @@ const sections: Record<string, string> = {
55
const banner: BannerData = {
56
id: 'sveltehack2024',
57
start: new Date('22 Oct, 2024 00:00:00 UTC'),
58
- end: new Date('10 January, 2025 23:59:59 UTC'),
+ end: new Date('15 December, 2024 23:59:59 UTC'),
59
arrow: true,
60
content: {
61
- lg: 'Celebrating the release of Svelte 5 with Svelte Hack 2024!',
62
- sm: 'Svelte Hack 2024'
+ lg: 'Cast runes, win prizes: SvelteHack 2024',
+ sm: 'SvelteHack 2024'
63
},
64
href: 'https://hack.sveltesociety.dev/2024'
65
};
0 commit comments