diff --git a/apps/portal/src/app/Header.tsx b/apps/portal/src/app/Header.tsx index 6c84c250bd2..86d36a3df9b 100644 --- a/apps/portal/src/app/Header.tsx +++ b/apps/portal/src/app/Header.tsx @@ -51,10 +51,6 @@ const links = [ href: "/insight", name: "Insight", }, - { - href: "/nebula", - name: "Nebula", - }, { href: "/vault", name: "Vault", @@ -127,10 +123,6 @@ export const connectLinks: Array<{ ] as const; const apisLinks = [ - { - href: "/nebula/api-reference", - name: "Nebula", - }, { href: "https://insight.thirdweb.com/reference", name: "Insight", diff --git a/apps/portal/src/app/page.tsx b/apps/portal/src/app/page.tsx index 03eefb09404..0d03b246ce2 100644 --- a/apps/portal/src/app/page.tsx +++ b/apps/portal/src/app/page.tsx @@ -14,7 +14,6 @@ import { BridgeIcon } from "../icons/products/BridgeIcon"; import { ConnectIcon } from "../icons/products/ConnectIcon"; import { EngineIcon } from "../icons/products/EngineIcon"; import { InsightIcon } from "../icons/products/InsightIcon"; -import { NebulaIcon } from "../icons/products/NebulaIcon"; import { PlaygroundIcon } from "../icons/products/PlaygroundIcon"; import { cn } from "../lib/utils"; import DocsHeroDark from "./_images/docs-hero-dark.png"; @@ -148,12 +147,6 @@ function ReferenceSection() { iconClassName="text-muted-foreground" title="Bundler" /> - ); @@ -194,16 +187,10 @@ function LearningResourcesSection() { icon={InsightIcon} title="Insight" /> -