diff --git a/apps/portal/src/app/Header.tsx b/apps/portal/src/app/Header.tsx index 3a0371502a4..90662e4ecf3 100644 --- a/apps/portal/src/app/Header.tsx +++ b/apps/portal/src/app/Header.tsx @@ -98,9 +98,13 @@ export const connectLinks = [ const supportLinks = [ { - name: "Support Site", + name: "Get thirdweb support", href: "https://thirdweb.com/support", }, + { + name: "Knowledge Base", + href: "https://support.thirdweb.com", + }, { name: "Contact Sales", href: "https://thirdweb.com/contact-us",