We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0306a4 commit fffff45Copy full SHA for fffff45
content/config/nav.yaml
@@ -12,7 +12,7 @@ menu:
12
- community
13
14
polkadot-sdk:
15
- title: Substrate -> Polkadot SDK
+ title: Substrate to Polkadot SDK
16
url: /polkadot-sdk/
17
18
quick-start:
src/pages/index.js
@@ -31,7 +31,7 @@ export default function Home({ data }) {
31
<Section className="flex justify-center">
32
<Card
33
title="Polkadot SDK"
34
- text="Polkadot SDK is now the overarching name for Substrate, and the rest of Polkadot's Development Kit"
+ text="Polkadot SDK is the overarching name for Substrate, and the rest of Polkadot's Development Kit."
35
featured_image="/media/images/homepage/hands-on.png"
36
link="/polkadot-sdk"
37
bodyLinkOneURL="https://github.com/polkadot-developers/"
0 commit comments