From 9c51605ef7a30198e597c01a4563abf720f58d9a Mon Sep 17 00:00:00 2001 From: Toastie <toastie@toastiet0ast.com> Date: Fri, 21 Mar 2025 20:43:29 +1300 Subject: [PATCH] Forgot to update year in footer. --- src/components/Footer.astro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index fd55024..8e80fe8 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -3,9 +3,10 @@ import '../styles/global.scss'; --- <footer> - <p>© 2024 EllieBotDevs</p> + <p>© 2025 EllieBotDevs</p> <div class="footer_links"> <a href="https://discord.gg/etQdZxSyEH">Discord</a> - <a href="https://toastielab.dev/EllieBotDevs/ellie-patchnotes">Toastielab</a> + <a href="https://toastielab.dev/EllieBotDevs/ellie-patchnotes">Toastielab</a + > </div> </footer>