From 759f41b11e646c1d6de35b21de039d8acefe20ed Mon Sep 17 00:00:00 2001 From: MananTank Date: Fri, 12 Dec 2025 19:22:00 +0000 Subject: [PATCH] Dashboard: Update Bridge get started section (#8555) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ## PR-Codex overview This PR updates the `QuickstartSection.client.tsx` file to improve the presentation of the bridge widget feature. It modifies the `FeatureCard` components to enhance descriptions, titles, and links for better clarity and usability. ### Detailed summary - Changed the title of the first `FeatureCard` from "Buy Widget Component" to "Bridge Widget". - Updated the description of the first `FeatureCard` to "Integrate cross-chain swaps and fiat onramp into your app using bridge widget". - Altered features in the first `FeatureCard` to include "Integrate with iframe, script, or React component". - Updated the link URL in the first `FeatureCard` to point to the bridge widget documentation. - Removed the "Customizable UI" feature from the first `FeatureCard`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` ## Summary by CodeRabbit * **Updates** * Bridge Widget quickstart section now supports integration via iframe, script tag, and React component. * Enhanced feature card descriptions for improved clarity in the onboarding flow. ✏️ Tip: You can customize this high-level summary in your review settings. --- .../bridge/QuickstartSection.client.tsx | 26 +++---------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/bridge/QuickstartSection.client.tsx b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/bridge/QuickstartSection.client.tsx index 5b41ddca294..e0eda5d7bd0 100644 --- a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/bridge/QuickstartSection.client.tsx +++ b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/bridge/QuickstartSection.client.tsx @@ -20,35 +20,17 @@ export function QuickStartSection(props: {
- -