Skip to content

Commit 00d0cc0

Browse files
committed
chore: remove todos, unused strings
1 parent da39810 commit 00d0cc0

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/components/Nav/useNav.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,11 +319,8 @@ export const useNav = () => {
319319
],
320320
},
321321
{
322-
// TODO: Delete /enterprise/private-ethereum/ and the menu link to it
323-
// Deleted items array and replaced it with href to lead to enterprise page
324-
//Deleted "private-ethereum/index.md" at "./public/content/enterprise/"
325322
label: t("enterprise"),
326-
description: t("nav-enterprise-description"),
323+
description: t("nav-mainnet-description"),
327324
icon: BsBuildings,
328325
href: "/enterprise/",
329326
},

src/intl/en/common.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@
248248
"nav-eip-label": "EIPs - Ethereum improvement proposals",
249249
"nav-emerging-description": "Get to know other newer use cases for Ethereum",
250250
"nav-emerging-label": "Emerging use cases",
251-
"nav-enterprise-description": "Business applications for Ethereum",
252251
"nav-ethereum-org-description": "This website is community driven—join us and contribute too",
253252
"nav-ethereum-wallets-description": "An app to interact with your Ethereum account",
254253
"nav-events-description": "Decentralization and freedom to participate for anyone",
@@ -286,7 +285,6 @@
286285
"nav-overview-label": "Overview",
287286
"nav-participate-overview-description": "Overview on how to participate",
288287
"nav-primary": "Primary",
289-
"nav-private-description": "Developer resources for private enterprise Ethereum",
290288
"nav-quizzes-description": "Find out how well you understand Ethereum and cryptocurrencies",
291289
"nav-quizzes-label": "Test your knowledge",
292290
"nav-refi-description": "An alternative economic system built on regenerative principles",

0 commit comments

Comments
 (0)