diff options
Diffstat (limited to 'frontend/src/components/Footer.js')
| -rw-r--r-- | frontend/src/components/Footer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/Footer.js b/frontend/src/components/Footer.js index b487e6e..00edc96 100644 --- a/frontend/src/components/Footer.js +++ b/frontend/src/components/Footer.js @@ -22,7 +22,7 @@ const Footer = () => { return ( <SpacedFooter> <p> - (c) 2021 // <Link link="https://jzhao.xyz/" name="jacky" />,{" "} + (c) 2022 // <Link link="https://jzhao.xyz/" name="jacky" />,{" "} <Link link="https://ryanmehri.tech/" name="ryan" /> </p> </SpacedFooter> |