Skip to content

Commit

Permalink
additions to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
samricotta committed Aug 14, 2023
1 parent 89ba446 commit a3a5118
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: (
<>
Expand All @@ -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.
</>
),
},
Expand Down

0 comments on commit a3a5118

Please sign in to comment.