Skip to content

Commit

Permalink
Merge pull request #505 from anqfelix/feat/enhance-footer
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Dec 17, 2023
2 parents 75265e0 + 6000cfa commit 86b9ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const FooterImpl: React.FC = () => {

return (
<footer className={styles.footer}>
<div className={styles.copyright}>Copyright 2022 {config.author}</div>
<div className={styles.copyright}>Copyright {new Date().getFullYear()} {config.author}</div>

<div className={styles.settings}>
{hasMounted && (
Expand Down

0 comments on commit 86b9ed6

Please sign in to comment.