Remove insult on home-page and add github to footer
This commit is contained in:
@@ -5,6 +5,9 @@ const Footer = () => {
|
|||||||
return (
|
return (
|
||||||
<div className="bg-indigo-900 text-indigo-200 font-roboto mt-20 text-sm">
|
<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">
|
<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/">
|
<OutBound className="mr-8" to="https://learn.cadhub.xyz/">
|
||||||
Docs
|
Docs
|
||||||
</OutBound>
|
</OutBound>
|
||||||
|
|||||||
@@ -31,9 +31,7 @@ const LandingSection = () => {
|
|||||||
ode is the future of <span className="text-6xl">C</span>
|
ode is the future of <span className="text-6xl">C</span>
|
||||||
AD
|
AD
|
||||||
</h1>
|
</h1>
|
||||||
<div className="text-indigo-600 text-base font-normal self-end pt-3 tracking-widest">
|
<div className="text-indigo-600 text-base font-normal self-end pt-3 tracking-widest max-w-2xl"></div>
|
||||||
No more click-n-drool.
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user