Skip to content

Commit

Permalink
Use dynamic year in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
timolins committed Mar 22, 2021
1 parent 80e936f commit 6639eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/components/sections/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function Footer() {
</a>
</div>
<div className="text-toast-600">
<span>© 2020 react-hot-toast</span>
<span>© {new Date().getFullYear()} react-hot-toast</span>
{' · '}
<span>
<span>Built by </span>
Expand Down

0 comments on commit 6639eea

Please sign in to comment.