We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 464ad12 + 951eda3 commit 231bb66Copy full SHA for 231bb66
src/components/Footer.tsx
@@ -112,7 +112,7 @@ const Footer: React.FC<IProps> = () => {
112
},
113
{
114
to: `/learn/`,
115
- text: t("guides-and-resources"),
+ text: t("learn-hub"),
116
117
118
to: "/history/",
src/intl/en/common.json
@@ -87,7 +87,6 @@
87
"get-started": "Get started",
88
"grants": "Grants",
89
"grant-programs": "Ecosystem Grant Programs",
90
- "guides-and-resources": "Community guides and resources",
91
"guides": "Guides",
92
"guides-hub": "Guides hub",
93
"history-of-ethereum": "History of Ethereum",
0 commit comments