diff --git a/src/app/old-explorer/page.tsx b/src/app/old-explorer/page.tsx deleted file mode 100644 index b95a295..0000000 --- a/src/app/old-explorer/page.tsx +++ /dev/null @@ -1,26 +0,0 @@ -import { MapCover } from "@/components/MapCover" -import Link from "next/link" - -export default function Page() { - return ( - -
-

- The existing Explorer continues to serve metrics from the halted - Helium blockchain. -

-

- Visit the - -  Old Explorer  - - for legacy data. -

-
-
- ) -} diff --git a/src/components/Header/constants.ts b/src/components/Header/constants.ts index 2a3ae7e..ffd7cd9 100644 --- a/src/components/Header/constants.ts +++ b/src/components/Header/constants.ts @@ -5,9 +5,4 @@ export const NAVIGATION_LINKS = [ href: "/stats", layoutSegments: ["stats"], }, - { - title: "Old Explorer", - href: "/old-explorer", - layoutSegments: ["old-explorer"], - }, ]