Skip to content

Commit 3f9f082

Browse files
fix: dynamically set copyright year to current year
1 parent caac675 commit 3f9f082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/src/routes/_home/Footer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<Section>
66
<p class="copyright">
7-
© 2024 Svelte contributors. Svelte is <a href="https://github.com/sveltejs/svelte"
7+
© {new Date().getFullYear()} Svelte contributors. Svelte is <a href="https://github.com/sveltejs/svelte"
88
>free and open source software</a
99
> released under the MIT license.
1010
</p>

0 commit comments

Comments
 (0)