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
|
||||
- title: SiaStats
|
||||
href: https://siastats.info
|
||||
# - title: Skynet AppStore
|
||||
# href: https://skyapps.hns.siasky.net/
|
||||
- title: Skynet AppStore
|
||||
href: https://skapp.hns.siasky.net/
|
||||
- header: Skynet Webportals
|
||||
links:
|
||||
- title: Siasky.net
|
||||
|
|
|
@ -59,11 +59,11 @@ const resources = [
|
|||
description: "SDKs in Javascript, Go, Python and more.",
|
||||
href: "https://siasky.net/docs/",
|
||||
},
|
||||
// {
|
||||
// title: "Skynet AppStore",
|
||||
// description: "Explore webs apps in the ecosystem, many open source.",
|
||||
// href: "https://skyapps.hns.siasky.net",
|
||||
// },
|
||||
{
|
||||
title: "Skynet AppStore",
|
||||
description: "Explore webs apps in the ecosystem, many open source.",
|
||||
href: "https://skapp.hns.siasky.net",
|
||||
},
|
||||
{
|
||||
title: "Skynet Core Repo",
|
||||
description: "The code base that makes the rest tick.",
|
||||
|
|
|
@ -113,12 +113,12 @@ const IndexPage = () => {
|
|||
our decentralized ecosystem and revolution.
|
||||
</p>
|
||||
|
||||
{/* <Link */}
|
||||
{/* 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" */}
|
||||
{/* > */}
|
||||
{/* Try Skynet Apps <ArrowRight className="fill-current" /> */}
|
||||
{/* </Link> */}
|
||||
<Link
|
||||
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"
|
||||
>
|
||||
Try Skynet Apps <ArrowRight className="fill-current" />
|
||||
</Link>
|
||||
</div>
|
||||
</Section>
|
||||
|
||||
|
|
Reference in New Issue