Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions content/docs/web-checkout/web-checkout-sdk-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,16 @@ description: "Platform-specific setup guides for Web Checkout implementation"
Choose your platform below to get started with Web Checkout in your app:

<CardGroup cols={2}>
<Card title="iOS" icon="apple" href="/ios/guides/web-checkout">
<Card title="iOS" icon="Apple" href="/ios/guides/web-checkout">
Setup Web Checkout for iOS apps with Swift
</Card>
<Card title="Android" icon="android" href="/android/guides/web-checkout">
<Card title="Android" icon="Android" href="/android/guides/web-checkout">
Setup Web Checkout for Android apps with Kotlin/Java
</Card>
<Card title="Flutter" icon="flutter" href="/flutter/guides/web-checkout">
<Card title="Flutter" icon="Flutter" href="/flutter/guides/web-checkout">
Setup Web Checkout for Flutter apps
</Card>
<Card title="React Native" icon="react" href="/react-native/guides/web-checkout">
Setup Web Checkout for React Native apps
</Card>
<Card title="Expo" icon="mobile" href="/expo/guides/web-checkout">
<Card title="Expo" icon="Expo" href="/expo/guides/web-checkout">
Setup Web Checkout for Expo apps
</Card>
</CardGroup>
Expand Down