Skip to content

Commit 60137bd

Browse files
authored
Merge pull request #91 from lamtonylam/master
fix(footer): Display footer year dynamically
2 parents 45a0e69 + 4777faf commit 60137bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const Footer = async () => {
6262
>
6363
©
6464
</Link>{" "}
65-
2017–2025 Toska
65+
2017–{new Date().getFullYear()} Toska
6666
</Typography>
6767
</Stack>
6868
</Box>

0 commit comments

Comments
 (0)