fixing links
This commit is contained in:
parent
e6cc866cae
commit
2d4ee4eb20
|
@ -1,6 +1,6 @@
|
||||||
export const OutlineButton = () => {
|
export const OutlineButton = () => {
|
||||||
<a
|
<a
|
||||||
href="https://secure.siasky.net"
|
href="https://support.siasky.net/the-technology/developing-on-skynet"
|
||||||
className="inline-block border-2 border-palette-600 text-palette-600 px-10 leading-10 rounded-full text-xs uppercase text-center mt-7"
|
className="inline-block border-2 border-palette-600 text-palette-600 px-10 leading-10 rounded-full text-xs uppercase text-center mt-7"
|
||||||
>
|
>
|
||||||
Learn more
|
Learn more
|
||||||
|
|
|
@ -112,7 +112,7 @@ const IndexPage = () => {
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<Link
|
<Link
|
||||||
href="/"
|
href="https://skyapps.hns.siasky.net/"
|
||||||
className="mt-6 uppercase flex items-center text-xs text-palette-600 hover:text-primary transition-colors duration-200"
|
className="mt-6 uppercase flex items-center text-xs text-palette-600 hover:text-primary transition-colors duration-200"
|
||||||
>
|
>
|
||||||
Try Skynet Apps <ArrowRight className="fill-current" />
|
Try Skynet Apps <ArrowRight className="fill-current" />
|
||||||
|
@ -127,7 +127,10 @@ const IndexPage = () => {
|
||||||
<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 href="https://secure.siasky.net" className="button-secondary-dark inline-block px-10 mt-7">
|
<Link
|
||||||
|
href="https://support.siasky.net/the-technology/developing-on-skynet"
|
||||||
|
className="button-secondary-dark inline-block px-10 mt-7"
|
||||||
|
>
|
||||||
Learn more
|
Learn more
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
@ -142,7 +145,10 @@ const IndexPage = () => {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="desktop:hidden mt-12 text-center">
|
<div className="desktop:hidden mt-12 text-center">
|
||||||
<Link href="https://secure.siasky.net" className="button-secondary-dark inline-block px-10 mt-7">
|
<Link
|
||||||
|
href="https://support.siasky.net/the-technology/developing-on-skynet"
|
||||||
|
className="button-secondary-dark inline-block px-10 mt-7"
|
||||||
|
>
|
||||||
Learn more
|
Learn more
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in New Issue