comment out skynet app store

This commit is contained in:
Matthew Sevey 2021-04-02 13:45:09 -05:00
parent 346dc3233a
commit 0548ab6560
3 changed files with 13 additions and 13 deletions

View File

@ -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://skyapps.hns.siasky.net/
- header: Skynet Webportals - header: Skynet Webportals
links: links:
- title: Siasky.net - title: Siasky.net

View File

@ -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://skyapps.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.",

View File

@ -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://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" /> */}
</Link> {/* </Link> */}
</div> </div>
</Section> </Section>