Skip to content

Commit

Permalink
Update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumDancer committed Jan 11, 2025
1 parent d0c7fa1 commit 3650d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpage/src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const currentYear = new Date().getFullYear()
<div class="bg-base-300">
<footer class="container mx-auto text-center footer footer-center p-4 text-base-content flex place-content-between">
<aside>
<p>&copy {currentYear} Benjamin Rottler</p>
<p>&copy 2024 - {currentYear} Benjamin Rottler</p>
</aside>
<nav>
<a class="link link-hover" href="/about">About</a>
Expand Down

0 comments on commit 3650d0c

Please sign in to comment.