Skip to content

Commit

Permalink
Merge pull request #37 from KyeOnDiscord/copyright-year-footer
Browse files Browse the repository at this point in the history
Update copyright year in footer
  • Loading branch information
JoseMoreville authored Jan 31, 2024
2 parents 096d2a7 + 91a59fe commit 3dfbbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ const currentYear = new Date().getFullYear();

<div class="mx-4 xxl:mx-0 text-black dark:text-white">
<div class="font-lufga text-center py-2">
&copy; {currentYear === 2022 ? currentYear : `2022 - ${currentYear}`} <a href="/">PlayCover</a>. All rights reserved.
&copy; {`2022 - ${currentYear}`} <a href="/">PlayCover</a>. All rights reserved.
</div>
</div>

0 comments on commit 3dfbbb3

Please sign in to comment.