Update skynet app store links to new skapp.hns link
This commit is contained in:
parent
beebe03f32
commit
e51fee229c
|
@ -40,8 +40,8 @@
|
||||||
href: https://forum.sia.tech
|
href: https://forum.sia.tech
|
||||||
- title: SiaStats
|
- title: SiaStats
|
||||||
href: https://siastats.info
|
href: https://siastats.info
|
||||||
# - title: Skynet AppStore
|
- title: Skynet AppStore
|
||||||
# href: https://skyapps.hns.siasky.net/
|
href: https://skapp.hns.siasky.net/
|
||||||
- header: Skynet Webportals
|
- header: Skynet Webportals
|
||||||
links:
|
links:
|
||||||
- title: Siasky.net
|
- title: Siasky.net
|
||||||
|
|
|
@ -59,11 +59,11 @@ const resources = [
|
||||||
description: "SDKs in Javascript, Go, Python and more.",
|
description: "SDKs in Javascript, Go, Python and more.",
|
||||||
href: "https://siasky.net/docs/",
|
href: "https://siasky.net/docs/",
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// title: "Skynet AppStore",
|
title: "Skynet AppStore",
|
||||||
// description: "Explore webs apps in the ecosystem, many open source.",
|
description: "Explore webs apps in the ecosystem, many open source.",
|
||||||
// href: "https://skyapps.hns.siasky.net",
|
href: "https://skapp.hns.siasky.net",
|
||||||
// },
|
},
|
||||||
{
|
{
|
||||||
title: "Skynet Core Repo",
|
title: "Skynet Core Repo",
|
||||||
description: "The code base that makes the rest tick.",
|
description: "The code base that makes the rest tick.",
|
||||||
|
|
|
@ -113,12 +113,12 @@ const IndexPage = () => {
|
||||||
our decentralized ecosystem and revolution.
|
our decentralized ecosystem and revolution.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{/* <Link */}
|
<Link
|
||||||
{/* href="https://skyapps.hns.siasky.net/" */}
|
href="https://skapp.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" />
|
||||||
{/* </Link> */}
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</Section>
|
</Section>
|
||||||
|
|
||||||
|
|
Reference in New Issue