diff --git a/apps/dashboard/src/app/(app)/(dashboard)/support/page.tsx b/apps/dashboard/src/app/(app)/(dashboard)/support/page.tsx index a37c5e2cc44..bce10cb8765 100644 --- a/apps/dashboard/src/app/(app)/(dashboard)/support/page.tsx +++ b/apps/dashboard/src/app/(app)/(dashboard)/support/page.tsx @@ -33,25 +33,25 @@ const HELP_PRODUCTS = [ "https://playground.thirdweb.com/connect/sign-in/button?tab=code", }, { - description: "Wallets, auth, and onchain interactions", + description: "Create and manage crypto wallets", icon: WalletIcon, - title: "Connect", + title: "Wallets", viewAllUrl: "https://portal.thirdweb.com/connect", }, { - description: "Bridge and onramp tokens on any chain", + description: "Enable payments on any tokens on any chain", icon: PayIcon, - title: "Universal Bridge", - viewAllUrl: "https://portal.thirdweb.com/pay", + title: "Payments", + viewAllUrl: "https://portal.thirdweb.com/pay/troubleshoot", }, { - description: "Reliable transactions and monitoring", + description: "Perform read and write transactions onchain", icon: EngineIcon, - title: "Engine", - viewAllUrl: "https://portal.thirdweb.com/engine/v3", + title: "Transactions", + viewAllUrl: "https://portal.thirdweb.com/engine/v3/troubleshoot", }, { - description: "Blockchain data queries and transformations", + description: "Query and analyze blockchain data", icon: InsightIcon, title: "Insight", viewAllUrl: "https://portal.thirdweb.com/insight", @@ -117,7 +117,7 @@ export default async function SupportPage() {
-

Learning Resources

+

Support Articles

{HELP_PRODUCTS.map((product) => (