diff --git a/apps/portal/src/app/bridge/sidebar.tsx b/apps/portal/src/app/bridge/sidebar.tsx index 14b7a413089..b4eaefbbf7a 100644 --- a/apps/portal/src/app/bridge/sidebar.tsx +++ b/apps/portal/src/app/bridge/sidebar.tsx @@ -1,4 +1,4 @@ -import { ExternalLinkIcon, ZapIcon } from "lucide-react"; +import { ZapIcon } from "lucide-react"; import type { SideBar } from "@/components/Layouts/DocLayout"; import { EngineIcon, ReactIcon, TypeScriptIcon, UnityIcon } from "@/icons"; import { UnrealEngineIcon } from "../../icons/sdks/UnrealEngineIcon"; @@ -12,11 +12,6 @@ export const sidebar: SideBar = { name: "Get Started", icon: , }, - { - href: "https://playground.thirdweb.com/", - icon: , - name: "Playground", - }, { separator: true }, { isCollapsible: false, diff --git a/apps/portal/src/app/payments/sidebar.tsx b/apps/portal/src/app/payments/sidebar.tsx index be86d8f8b4d..75c82875edd 100644 --- a/apps/portal/src/app/payments/sidebar.tsx +++ b/apps/portal/src/app/payments/sidebar.tsx @@ -13,7 +13,7 @@ export const sidebar: SideBar = { icon: , }, { - href: "https://playground.thirdweb.com/", + href: "https://playground.thirdweb.com/payments", icon: , name: "Playground", }, @@ -38,19 +38,19 @@ export const sidebar: SideBar = { name: "Send a Payment", }, { - href: `bridge/sell`, + href: `/bridge/sell`, name: "Sell Tokens", }, { - href: `bridge/swap`, + href: `/bridge/swap`, name: "Swap Tokens", }, { - href: `bridge/tokens`, + href: `/bridge/tokens`, name: "Get Token Prices", }, { - href: `bridge/routes`, + href: `/bridge/routes`, name: "Get Routes", }, {