Skip to content

Commit

Permalink
feat(landing): update footer copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
FradSer committed May 7, 2024
1 parent b06d327 commit b2cfcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function Footer() {
))}
</ul>
<span className="text-gray-400 hover:cursor-default">
Made by Frad © 2023
Made by Frad © {new Date().getFullYear()}
</span>
</footer>
)
Expand Down

0 comments on commit b2cfcac

Please sign in to comment.