Skip to content

Commit d0b04b3

Browse files
committed
Dashboard: Update Bridge get started section
1 parent 5ec84bd commit d0b04b3

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/bridge/QuickstartSection.client.tsx

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -20,35 +20,17 @@ export function QuickStartSection(props: {
2020
</div>
2121
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
2222
<FeatureCard
23-
title="Buy Widget Component"
24-
icon={CodeIcon}
25-
id="swap_tokens"
26-
features={[
27-
"React component",
28-
"Cross-chain token swaps across 85+ blockchains",
29-
"Fiat onramp support to buy tokens with credit/debit cards",
30-
"Customizable UI",
31-
]}
32-
description={undefined}
33-
link={{
34-
href: `https://portal.thirdweb.com/bridge/swap`,
35-
label: "Get Started",
36-
}}
37-
/>
38-
39-
<FeatureCard
40-
title="Bridge Widget Script"
41-
description={undefined}
23+
title="Bridge Widget"
24+
description="Integrate cross-chain swaps and fiat onramp into your app using bridge widget"
4225
icon={CodeIcon}
4326
id="fees"
4427
features={[
45-
"Integrate with a script tag",
28+
"Integrate with iframe, script, or React component",
4629
"Cross-chain token swaps across 85+ blockchains",
4730
"Fiat onramp support to buy tokens with credit/debit cards",
48-
"Customizable UI",
4931
]}
5032
link={{
51-
href: `/team/${props.teamSlug}/${props.projectSlug}/bridge/configuration`,
33+
href: `https://portal.thirdweb.com/bridge/bridge-widget`,
5234
label: "Get Started",
5335
}}
5436
/>

0 commit comments

Comments
 (0)