Skip to content

Commit

Permalink
fix footer year 2020 -> 2021 #335
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh242 committed Apr 12, 2021
1 parent 1d05ae9 commit 91cea0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const Footer = () => {
<div className="bg-gray-800 bg-opacity-75">
<div className="container mx-auto py-8 px-5 flex flex-col justify-center">
<p className="text-white text-xl text-center">
2020 | Made with ❤️ by people @
{new Date().getFullYear()} | Made with ❤️ by people @
<a
href="https://buidllabs.io/"
className="underline"
Expand Down

0 comments on commit 91cea0e

Please sign in to comment.