prettier fix

This commit is contained in:
Daniel Helm 2021-08-24 09:51:42 -05:00
parent b89c57cd9c
commit 4dba3814d3
No known key found for this signature in database
GPG Key ID: 5C3D26DA012EFA1B
2 changed files with 3 additions and 12 deletions

View File

@ -7,10 +7,7 @@ import Seo from "../components/seo";
import Link from "../components/Link";
const LearnMoreButton = () => (
<Link
href="https://docs.siasky.net"
className="button-secondary-dark inline-block px-10 mt-7"
>
<Link href="https://docs.siasky.net" className="button-secondary-dark inline-block px-10 mt-7">
Learn more
</Link>
);

View File

@ -91,10 +91,7 @@ const IndexPage = ({ data }) => {
<div className="hidden desktop:inline-block">
<SectionTitle>Ready to build your application?</SectionTitle>
<Link
href="https://docs.siasky.net"
className="button-secondary-dark inline-block px-10 mt-7"
>
<Link href="https://docs.siasky.net" className="button-secondary-dark inline-block px-10 mt-7">
Learn more
</Link>
</div>
@ -109,10 +106,7 @@ const IndexPage = ({ data }) => {
</div>
<div className="desktop:hidden mt-12 text-center">
<Link
href="https://docs.siasky.net"
className="button-secondary-dark inline-block px-10 mt-7"
>
<Link href="https://docs.siasky.net" className="button-secondary-dark inline-block px-10 mt-7">
Learn more
</Link>
</div>