Skip to content

Commit

Permalink
chore: add knowledge base link (thirdweb-dev#5147)
Browse files Browse the repository at this point in the history
<!-- 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 -->
  • Loading branch information
arcoraven committed Oct 23, 2024
1 parent 60d2190 commit cf61115
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/portal/src/app/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cf61115

Please sign in to comment.