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 #124

Closed ggfevans closed 11 months ago

ggfevans commented 11 months ago

Adds a dynamic copyright to the footer using a call to JavaScript’s Date object for the current year. This ensures that the copyright is updated with no manual intervention necessary. Fixes #123

Modified: Footer.tsx