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
- title: SiaStats
href: https://siastats.info
- title: Skynet AppStore
href: https://skyapps.hns.siasky.net/
# - title: Skynet AppStore
# href: https://skyapps.hns.siasky.net/
- header: Skynet Webportals
links:
- title: Siasky.net

View File

@ -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://skyapps.hns.siasky.net",
// },
{
title: "Skynet Core Repo",
description: "The code base that makes the rest tick.",

View File

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