Skip to content

Commit

Permalink
Merge pull request #37 from kyweehz/main
Browse files Browse the repository at this point in the history
fix: change on Footer.astro file to automatically include the current year
  • Loading branch information
lleyton authored Mar 29, 2024
2 parents 61eb7d6 + 1c8b539 commit be83838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import ThemeToggleButton from "../RightSidebar/ThemeToggleButton";
---

<footer>
<p>Copyright © 2021 - 2024 Fyra Labs</p>
<p>Copyright © 2021 - {new Date().getFullYear()} Fyra Labs</p>
<ThemeToggleButton client:visible />
</footer>

Expand Down

0 comments on commit be83838

Please sign in to comment.