Skip to content

Commit

Permalink
Merge pull request #72 from timurmaio/main
Browse files Browse the repository at this point in the history
Fix current year in footer
  • Loading branch information
timolins authored Apr 26, 2021
2 parents 351e62a + 1b2e82a commit ad291cf
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

1 comment on commit ad291cf

@vercel
Copy link

@vercel vercel bot commented on ad291cf Apr 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.