Skip to content

Commit 9cbbaa9

Browse files
committed
patch: update label, make unique
1 parent 37e8561 commit 9cbbaa9

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

app/[locale]/developers/page.tsx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,17 @@ const DevelopersPage = async ({
6565
namespace: "common",
6666
})
6767

68+
const quickstarts = [
69+
{
70+
description: t("page-developers-quickstart-2-description"),
71+
command: "npx create-eth@latest",
72+
},
73+
{
74+
description: t("page-developers-quickstart-2-description"),
75+
command: "npm init @rainbow-me/rainbowkit@latest",
76+
},
77+
]
78+
6879
const paths: DevelopersPath[] = [
6980
{
7081
emoji: ":woman_student:",
@@ -82,7 +93,7 @@ const DevelopersPage = async ({
8293
},
8394
{
8495
emoji: ":woman_scientist:",
85-
title: t("page-developers-start"),
96+
title: t("page-developers-resources"),
8697
description: t("page-developers-start-desc"),
8798
url: "/developers/learning-tools/",
8899
button: t("page-developers-play-code"),
@@ -96,17 +107,6 @@ const DevelopersPage = async ({
96107
},
97108
]
98109

99-
const quickstarts = [
100-
{
101-
description: t("page-developers-quickstart-2-description"),
102-
command: "npx create-eth@latest",
103-
},
104-
{
105-
description: t("page-developers-quickstart-2-description"),
106-
command: "npm init @rainbow-me/rainbowkit@latest",
107-
},
108-
]
109-
110110
return (
111111
<VStack className="mx-auto my-0 w-full">
112112
<HubHero

src/intl/en/page-developers-index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"page-developers-quickstart-1-description": "Quickstart a smart contract",
6767
"page-developers-quickstart-2-description": "Quickstart a wallet-enabled front end",
6868
"page-developers-read-docs": "Read the docs",
69+
"page-developers-resources": "Resources",
6970
"page-developers-scaling-desc": "Solutions for faster transactions",
7071
"page-developers-scaling-link": "Scaling",
7172
"page-developers-smart-contract-security-desc": "Security measures to consider during development of smart contracts",

0 commit comments

Comments
 (0)