Skip to content

Commit

Permalink
chore: change footer text
Browse files Browse the repository at this point in the history
  • Loading branch information
barraIhsan committed Nov 8, 2024
1 parent 0fc1232 commit d0480a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
const year = new Date().getFullYear();
---

<footer
class="container mx-auto flex flex-col items-center mt-24 md:mt-44 py-8 md:py-12 border-t border-gray-600 text-xs sm:text-sm md:text-lg"
>
<p>Made by Barra Ihsan</p>
<p>&copy; {year} Barra Ihsan</p>
<p>
Built with ❤️ using <a
href="https://astro.build"
Expand Down

0 comments on commit d0480a5

Please sign in to comment.