diff options
| author | Bobby <[email protected]> | 2023-05-19 22:41:08 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-19 22:41:08 -0400 |
| commit | 994f293528566d5a943d88300a9c454e3f46dc0b (patch) | |
| tree | 50a7bc543f4d90371483e25b9df5b2a8473486f1 | |
| parent | 291167c32909cb7c60f4e79f89bb9ec53e4d14d5 (diff) | |
| download | tcssocialify-994f293528566d5a943d88300a9c454e3f46dc0b.tar.xz tcssocialify-994f293528566d5a943d88300a9c454e3f46dc0b.zip | |
Update footer.tsx
| -rw-r--r-- | src/components/footer/footer.tsx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/components/footer/footer.tsx b/src/components/footer/footer.tsx index ed0fe41..041239a 100644 --- a/src/components/footer/footer.tsx +++ b/src/components/footer/footer.tsx @@ -5,7 +5,7 @@ const Footer = () => { <footer className="footer footer-center p-2 text-base-content"> <div> <p> - <span>Made with 💖 by </span> + <span>Built on works by </span> <Link className="link link-accent no-underline" href="https://cryogenicplanet.tech" @@ -19,19 +19,19 @@ const Footer = () => { target="_blank"> Wei </Link> - <span>. Modified Fork by </span> + <span>. © 2023 </span> <Link className="link link-accent no-underline" href="https://thatcomputerscientist.com/" target="_blank"> That Computer Scientist </Link> - <span>. Original Work available at </span> + <span>Created with 💖 by </span> <Link className="link link-accent no-underline" - href="https://socialify.git.ci/" + href="https://github.com/luciferreeves/" target="_blank"> - Socialify + @luciferreeves </Link> <span>.</span> </p> |
