Skip to content

Commit 21a7844

Browse files
committed
fix: Deleted /enterprise/private-ethereum/ and the menu link to it
1 parent 8dc3691 commit 21a7844

File tree

2 files changed

+4
-40
lines changed

2 files changed

+4
-40
lines changed

public/content/enterprise/private-ethereum/index.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/components/Nav/useNav.ts

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -319,21 +319,13 @@ 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/"
322325
label: t("enterprise"),
323326
description: t("nav-enterprise-description"),
324327
icon: BsBuildings,
325-
items: [
326-
{
327-
label: t("mainnet-ethereum"),
328-
description: t("nav-mainnet-description"),
329-
href: "/enterprise/",
330-
},
331-
{
332-
label: t("private-ethereum"),
333-
description: t("nav-private-description"),
334-
href: "/enterprise/private-ethereum/",
335-
},
336-
],
328+
href: "/enterprise/",
337329
},
338330
],
339331
},

0 commit comments

Comments
 (0)