Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/components/featurelist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ export default function FeatureList(url) {
},
{
title: `Build a Chain`,
to: `${url}/build/building-apps/app-go`,
to: `${url}/build/building-apps/runtime`,
Svg: require("@site/static/img/link.svg").default,
description: (
<>
Learn how to build a customized blockchain application using the Cosmos
SDK, with support for various programming languages and consensus
algorithms.
Learn how to build a customized blockchain application using the
Cosmos SDK, with support for various programming languages and
consensus algorithms.
</>
),
},
Expand Down Expand Up @@ -54,9 +54,9 @@ export default function FeatureList(url) {
Svg: require("@site/static/img/public-service.svg").default,
description: (
<>
Connect with other developers, validators, and enthusiasts in the Cosmos
ecosystem, and collaborate on building the future of decentralized
applications.
Connect with other developers, validators, and enthusiasts in the
Cosmos ecosystem, and collaborate on building the future of
decentralized applications.
</>
),
},
Expand Down