prettier fix
This commit is contained in:
parent
b89c57cd9c
commit
4dba3814d3
|
@ -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>
|
||||
);
|
||||
|
|
|
@ -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>
|
||||
|
|
Reference in New Issue