From a3a511829238c4efd69626d2a2a75466ed2e913a Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 14 Aug 2023 15:20:28 +0200 Subject: [PATCH] additions to homepage --- src/components/HomepageFeatures/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index e7a59f85a..ce1aa1044 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -50,7 +50,7 @@ const FeatureList = [ }, { title: `Join the Community`, - to: "/develop/intro/what-is-sdk", + to: "https://discord.com/invite/cosmosnetwork", Svg: require('@site/static/img/public-service.svg').default, description: ( <> @@ -60,13 +60,13 @@ const FeatureList = [ ), }, { - title: `Our Vision`, - to: "/develop/intro/what-is-sdk", + title: `Discuss`, + to: "https://github.com/orgs/cosmos/discussions", Svg: require('@site/static/img/ecosystem.svg').default, description: ( <> - Learn about the long-term vision of the Cosmos project and how it aims to create an interoperable, - scalable, and sustainable ecosystem of blockchain applications. + Collaborative forum for the community to ask/answer questions, share information, discuss + items and give feedbacks on the teams roadmaps. ), },