Remove insult on home-page and add github to footer

This commit is contained in:
Kurt Hutten
2021-07-01 20:24:02 +10:00
parent 9671505a49
commit 0531e2cb54
2 changed files with 4 additions and 3 deletions

View File

@@ -5,6 +5,9 @@ const Footer = () => {
return (
<div className="bg-indigo-900 text-indigo-200 font-roboto mt-20 text-sm">
<div className="flex h-16 justify-end items-center mx-16">
<OutBound className="mr-8" to="https://github.com/Irev-Dev/cadhub">
Github
</OutBound>
<OutBound className="mr-8" to="https://learn.cadhub.xyz/">
Docs
</OutBound>