From adb424c575cc87c3bcabec8ab6a08ea7f7a8cf52 Mon Sep 17 00:00:00 2001
From: April Hall <ari@arithefirst.com>
Date: Wed, 26 Feb 2025 19:20:26 -0500
Subject: [PATCH] fix: Automate year in footer

---
 apps/svelte.dev/src/routes/_home/Footer.svelte | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/svelte.dev/src/routes/_home/Footer.svelte b/apps/svelte.dev/src/routes/_home/Footer.svelte
index dccbd88faf..4e2f965b09 100644
--- a/apps/svelte.dev/src/routes/_home/Footer.svelte
+++ b/apps/svelte.dev/src/routes/_home/Footer.svelte
@@ -4,7 +4,7 @@
 
 <Section>
 	<p class="copyright">
-		© 2024 Svelte contributors. Svelte is <a href="https://github.com/sveltejs/svelte"
+		© {new Date().getFullYear()} Svelte contributors. Svelte is <a href="https://github.com/sveltejs/svelte"
 			>free and open source software</a
 		> released under the MIT license.
 	</p>