Skip to content
Merged
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
8 changes: 4 additions & 4 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ export default function Home(): JSX.Element {
colorPalette="purple"
cards={[
{
title: 'SDK',
title: 'MetaMask SDK',
description:
'Use MetaMask SDK to build onchain dapps. Authenticate users, handle transactions, and interact with contracts across the MetaMask extension and MetaMask Mobile.',
'Use MetaMask SDK to provide your users a fast, reliable, and seamless connection to the MetaMask extension and MetaMask Mobile.',
href: '/sdk',
theme: '',
},
{
title: 'Wallet API',
description:
"Use the Wallet API to integrate your dapp with MetaMask. Connect to the MetaMask browser extension and interact with your users' accounts.",
"Use the Wallet API to directly integrate your dapp with the MetaMask browser extension, and interact with your users' accounts.",
href: '/wallet',
theme: '',
},
{
title: 'Embedded Wallets',
title: 'Embedded Wallets SDK',
description:
'Use the Embedded Wallets SDK (Web3Auth) to onboard power users and first-time users in seconds via social logins, passkeys, or by integrating your own authentication providers.',
href: 'https://web3auth.io/docs',
Expand Down
Loading