Skip to content

Commit cf61115

Browse files
committed
chore: add knowledge base link (#5147)
<!-- start pr-codex --> ## PR-Codex overview This PR updates the `supportLinks` array in the `Header.tsx` file to improve the naming of existing links and to add a new link for the Knowledge Base. ### Detailed summary - Changed the name of the first link from `"Support Site"` to `"Get thirdweb support"`. - Added a new link for the Knowledge Base with the name `"Knowledge Base"` and the URL `https://support.thirdweb.com`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 60d2190 commit cf61115

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://support.thirdweb.com",
107+
},
104108
{
105109
name: "Contact Sales",
106110
href: "https://thirdweb.com/contact-us",

0 commit comments

Comments
 (0)