Skip to content

Commit ce8edeb

Browse files
authored
fix: Automate year in footer (#1172)
1 parent 029a461 commit ce8edeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)