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