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 c7878e5..3186a42 100644 --- a/frontend/src/components/Footer.js +++ b/frontend/src/components/Footer.js @@ -14,7 +14,7 @@ const Link = (props) => { const Footer = () => { return ( <SpacedFooter> - © 2020 — <Link link="https://jzhao.xyz/" name="jacky" />, <Link link="https://ryanmehri.tech/" name="ryan" /> + (c) 2020 — <Link link="https://jzhao.xyz/" name="jacky" />, <Link link="https://ryanmehri.tech/" name="ryan" /> </SpacedFooter> ); } |