Skip to content

Commit

Permalink
feat: update year of copyright (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
rezafikkri authored Jan 4, 2025
2 parents 70e7e23 + dcb5bd3 commit def77b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Footer() {
</div>
<div className="flex justify-between flex-col sm:flex-row gap-2 sm:gap-5">
<p className="basis-2/4">Dibuat dengan Next.js dan Tailwind CSS</p>
<p className="basis-2/4 sm:text-end">&copy;2024 Reza Sariful Fikri 🇮🇩🇵🇸</p>
<p className="basis-2/4 sm:text-end">&copy;2025 Reza Sariful Fikri 🇮🇩🇵🇸</p>
</div>
</footer>
);
Expand Down

0 comments on commit def77b3

Please sign in to comment.