Skip to content

Commit 15d29a6

Browse files
committed
chore: add knowledge base link
1 parent 45fcfb1 commit 15d29a6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

apps/portal/src/app/Header.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,13 @@ export const connectLinks = [
9898

9999
const supportLinks = [
100100
{
101-
name: "Support Site",
101+
name: "Get thirdweb support",
102102
href: "https://thirdweb.com/support",
103103
},
104+
{
105+
name: "Knowledge Base",
106+
href: "https://knowledgebase.thirdweb.com",
107+
},
104108
{
105109
name: "Contact Sales",
106110
href: "https://thirdweb.com/contact-us",

0 commit comments

Comments
 (0)