Skip to content

Commit 1568dcb

Browse files
committed
Use single column layout for Developer Tools section
1 parent 49a3b44 commit 1568dcb

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

use-cases/checkout.mdx

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -119,21 +119,23 @@ Not sure which approach fits your needs? [See our detailed comparison of integra
119119

120120
## Developer Tools
121121

122-
<Card
123-
title="Payment Widget Button"
124-
icon="credit-card"
125-
href="#"
126-
>
127-
**Pre-built React checkout component**
128-
129-
Drop-in component for crypto payments—works with Easy Invoice Client IDs or direct API integration.
130-
131-
- Wallet connection and payment processing included
132-
- Fully customizable styling
133-
- Compatible with all integration options above
134-
135-
[View demo →](https://checkout.request.network)
136-
</Card>
122+
<CardGroup cols={1}>
123+
<Card
124+
title="Payment Widget Button"
125+
icon="credit-card"
126+
href="#"
127+
>
128+
**Pre-built React checkout component**
129+
130+
Drop-in component for crypto payments—works with Easy Invoice Client IDs or direct API integration.
131+
132+
- Wallet connection and payment processing included
133+
- Fully customizable styling
134+
- Compatible with all integration options above
135+
136+
[View demo →](https://checkout.request.network)
137+
</Card>
138+
</CardGroup>
137139

138140
## When to Use Checkout
139141

0 commit comments

Comments
 (0)