diff options
| author | Bobby <[email protected]> | 2023-05-19 22:51:42 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-19 22:51:42 -0400 |
| commit | 30b340fef3c292f2e09959bc3b504f68b562c7f9 (patch) | |
| tree | f20922118650b0f342285f84f6118e4a17f5cc5a | |
| parent | 994f293528566d5a943d88300a9c454e3f46dc0b (diff) | |
| download | tcssocialify-main.tar.xz tcssocialify-main.zip | |
| -rw-r--r-- | src/components/footer/footer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/footer/footer.tsx b/src/components/footer/footer.tsx index 041239a..c9ce6bf 100644 --- a/src/components/footer/footer.tsx +++ b/src/components/footer/footer.tsx @@ -26,7 +26,7 @@ const Footer = () => { target="_blank"> That Computer Scientist </Link> - <span>Created with 💖 by </span> + <span>. Created with 💖 by </span> <Link className="link link-accent no-underline" href="https://github.com/luciferreeves/" |
