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>