Skip to content

Commit

Permalink
fix: fix typo on footer
Browse files Browse the repository at this point in the history
  • Loading branch information
teles committed Jul 16, 2024
1 parent 4b075c9 commit 5cb4393
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 @@ -6,6 +6,6 @@ const currentYear = new Date().getFullYear();
class="bg-slate-200 dark:bg-slate-800 dark:text-white py-8 border-t border-t-slate-300 dark:border-t-slate-700"
>
<div class="container mx-auto text-slate-400 flex px-6">
<p class="ml-auto">&copy; {currentYear} Holysheets!/p></p>
<p class="ml-auto">&copy; {currentYear} Holysheets!</p>
</div>
</footer>

0 comments on commit 5cb4393

Please sign in to comment.