diff options
| author | Jacky Zhao <[email protected]> | 2022-09-29 11:05:08 -0700 |
|---|---|---|
| committer | Jacky Zhao <[email protected]> | 2022-09-29 11:05:08 -0700 |
| commit | 3cc221889139f2f4b9e96a589a93096b42842241 (patch) | |
| tree | 515eabc261e22ed1a4a49acb9b1cd11d740c48ad /frontend/src/components/Footer.js | |
| parent | Merge pull request #80 from Siddhant-K-code/master (diff) | |
| download | ctrl-v-3cc221889139f2f4b9e96a589a93096b42842241.tar.xz ctrl-v-3cc221889139f2f4b9e96a589a93096b42842241.zip | |
fix: pre text wrapping to overflow
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> |