From 9d6739ea596efdc9898d953f502937847992804e Mon Sep 17 00:00:00 2001 From: GiselleNessi Date: Fri, 27 Jun 2025 10:52:59 +0000 Subject: [PATCH] updated text support page (#7447) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ## PR-Codex overview This PR focuses on updating the descriptions and titles of various features in the support section of the dashboard, as well as changing a header for improved clarity. ### Detailed summary - Updated `description` and `title` for the wallets feature. - Changed `description` and `title` for the universal bridge feature, along with its `viewAllUrl`. - Modified `description` and `title` for the engine feature, including its `viewAllUrl`. - Revised `description` for the insight feature. - Changed the header from "Learning Resources" to "Support Articles". > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` ## Summary by CodeRabbit * **Refactor** * Updated product names and descriptions for greater clarity in the Support section. * Changed the heading above product cards from "Learning Resources" to "Support Articles." --- .../app/(app)/(dashboard)/support/page.tsx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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) => (