Skip to content

Commit 86b9ed6

Browse files
Merge pull request #505 from anqfelix/feat/enhance-footer
2 parents 75265e0 + 6000cfa commit 86b9ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const FooterImpl: React.FC = () => {
3535

3636
return (
3737
<footer className={styles.footer}>
38-
<div className={styles.copyright}>Copyright 2022 {config.author}</div>
38+
<div className={styles.copyright}>Copyright {new Date().getFullYear()} {config.author}</div>
3939

4040
<div className={styles.settings}>
4141
{hasMounted && (

0 commit comments

Comments
 (0)