Removing Blog and changes in Footer (#328)

This commit is contained in:
B
2021-05-26 18:57:03 -03:00
committed by GitHub
parent a84bc462d7
commit 50be2a7e6e
3 changed files with 1 additions and 112 deletions

View File

@@ -21,7 +21,7 @@ const Hero: FC<Props> = ({ headline, description }) => {
<p className="mt-5 text-xl leading-7 text-accent-2 text-white">
{description}
</p>
<Link href="/blog">
<Link href="/">
<a className="text-white pt-3 font-bold hover:underline flex flex-row cursor-pointer w-max-content">
Read it here
<RightArrow width="20" heigh="20" className="ml-1" />