tbakerx / react-resume-template

A personal resume website template built with React.js, Typescript, Next.js, and styled with Tailwind css
https://reactresume.com
MIT License
1.88k stars 1.43k forks source link

Add dynamic copyright to footer #122

Closed ggfevans closed 11 months ago

ggfevans commented 11 months ago

Fixes #123

Update the footer's copyright section to dynamically display the current year using JavaScript's Date object. This change will ensure that the copyright information is automatically updated without any manual intervention.

modified: src/components/Sections/Footer.tsx

ggfevans commented 11 months ago

As an alternative to #104, with minimal changes

ggfevans commented 11 months ago

Redoing as a new PR #124 for cleanliness