Skip to content

Commit e1fdf19

Browse files
committed
add updates
1 parent 0af3413 commit e1fdf19

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/mini-apps/core-concepts/base-account.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Base Account"
3-
description: "Learn how to use Base Account features in Mini Apps"
3+
description: "Deliver a frictionless user experience with one universal account and built-in identity that works across every Mini App in the Base App."
44
---
55

66
## What is Base Account?
@@ -32,7 +32,7 @@ you can follow the steps detailed in the [Common Issues & Debugging](/mini-apps/
3232

3333
Configure Wagmi with the Farcaster Mini App connector and Base Account connector to enable Base Account features in your Mini App:
3434

35-
```typescript wagmi.ts expandable
35+
```typescript wagmi.ts expandable highlight={16-22}
3636
"use client";
3737

3838
import { createConfig, http, WagmiProvider } from "wagmi";

docs/mini-apps/technical-guides/accept-payments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ bun add @base-org/account
2727

2828
<Step title="Import and call the `pay` function">
2929

30-
```typescript title="PaymentComponent.tsx"
30+
```typescript title="PaymentComponent.tsx" highlight={5-10}
3131
import { pay, getPaymentStatus } from '@base-org/account';
3232

3333
async function handlePayment() {

0 commit comments

Comments
 (0)