Skip to content

Commit 80f49b2

Browse files
committed
add highlighting to addMiniApp
1 parent 0d8e961 commit 80f49b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/mini-apps/core-concepts/notifications.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ You will receive webhook events when users enable or disable notifications for y
105105
<Step title="Prompt users to add your Mini App">
106106
Use the `addMiniApp()` hook to prompt users to add your Mini App
107107

108-
```tsx page.tsx
108+
```tsx page.tsx highlight={11, 25-27}
109109
"use client";
110110

111111
import { sdk } from "@farcaster/miniapp-sdk";

0 commit comments

Comments
 (0)