Skip to content

Commit 231bb66

Browse files
authored
Merge pull request #10167 from SimardeepSingh1450/legacy-link-on-footer
fix(community guide): learnhub
2 parents 464ad12 + 951eda3 commit 231bb66

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const Footer: React.FC<IProps> = () => {
112112
},
113113
{
114114
to: `/learn/`,
115-
text: t("guides-and-resources"),
115+
text: t("learn-hub"),
116116
},
117117
{
118118
to: "/history/",

src/intl/en/common.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
"get-started": "Get started",
8888
"grants": "Grants",
8989
"grant-programs": "Ecosystem Grant Programs",
90-
"guides-and-resources": "Community guides and resources",
9190
"guides": "Guides",
9291
"guides-hub": "Guides hub",
9392
"history-of-ethereum": "History of Ethereum",

0 commit comments

Comments
 (0)