Skip to content

Commit ad291cf

Browse files
authored
Merge pull request #72 from timurmaio/main
Fix current year in footer
2 parents 351e62a + 1b2e82a commit ad291cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/components/sections/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function Footer() {
1919
</a>
2020
</div>
2121
<div className="text-toast-600">
22-
<span>© 2020 react-hot-toast</span>
22+
<span>© {new Date().getFullYear()} react-hot-toast</span>
2323
{' · '}
2424
<span>
2525
<span>Built by </span>

0 commit comments

Comments
 (0)