diff --git a/apps/portal/src/app/Header.tsx b/apps/portal/src/app/Header.tsx index 551fd249562..357a97a6910 100644 --- a/apps/portal/src/app/Header.tsx +++ b/apps/portal/src/app/Header.tsx @@ -117,6 +117,21 @@ export const connectLinks: Array<{ }, ] as const; +const apisLinks = [ + { + name: "Insight", + href: "https://insight-api.thirdweb.com/reference", + }, + { + name: "Engine Cloud", + href: "https://engine.thirdweb.com/reference#tag/write", + }, + { + name: "Universal Bridge", + href: "https://bridge.thirdweb.com/reference", + }, +]; + const supportLinks = [ { name: "Get thirdweb support", @@ -221,7 +236,15 @@ export function Header() { -
+
+ setShowBurgerMenu(false)} + category="APIs" + /> +
+ +
setShowBurgerMenu(false)}