Release 1st July 2021 #394

Merged
Irev-Dev merged 6 commits from main into release 2021-07-01 12:30:15 +02:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 0531e2cb54 - Show all commits

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>

View File

@@ -31,9 +31,7 @@ const LandingSection = () => {
ode is the future of <span className="text-6xl">C</span>
AD
</h1>
<div className="text-indigo-600 text-base font-normal self-end pt-3 tracking-widest">
No more click-n-drool.
</div>
<div className="text-indigo-600 text-base font-normal self-end pt-3 tracking-widest max-w-2xl"></div>
</div>
</div>
</div>