We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8e961 commit 80f49b2Copy full SHA for 80f49b2
1 file changed
docs/mini-apps/core-concepts/notifications.mdx
@@ -105,7 +105,7 @@ You will receive webhook events when users enable or disable notifications for y
105
<Step title="Prompt users to add your Mini App">
106
Use the `addMiniApp()` hook to prompt users to add your Mini App
107
108
- ```tsx page.tsx
+ ```tsx page.tsx highlight={11, 25-27}
109
"use client";
110
111
import { sdk } from "@farcaster/miniapp-sdk";
0 commit comments