Skip to content

Commit cb8ca2d

Browse files
maratalclaude
andcommitted
docs[nextjs-push]: add second screenshot and update first
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2617348 commit cb8ca2d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
241 KB
Loading
-31.7 KB
Loading

src/pages/docs/push/getting-started/nextjs.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,8 @@ ably channels publish exampleChannel1 '{"name":"example","data":"Hello from CLI!
421421
```
422422
</Code>
423423

424+
![Screenshot of the Next.js push tutorial application showing push notifications received](../../../../images/content/screenshots/getting-started/nextjs-push-getting-started-guide.png)
425+
424426
If you unsubscribe from this channel in the app's UI, you will no longer receive push notifications for that channel. Send the same command again and verify that no notification is received.
425427
426428
You can also send push notifications right from your app. The next step will show you how.
@@ -522,7 +524,7 @@ Add the three send buttons to the JSX inside the buttons `div`:
522524

523525
Now you can send push notifications to your device, client, or channel using the buttons in the UI:
524526

525-
![Screenshot of the Next.js push tutorial application showing push notifications received](../../../../images/content/screenshots/getting-started/nextjs-push-getting-started-guide.png)
527+
![Screenshot of the Next.js push tutorial application showing push notifications received](../../../../images/content/screenshots/getting-started/nextjs-push-getting-started-guide-2.png)
526528

527529
## Browser compatibility <a id="browser-compatibility"/>
528530

0 commit comments

Comments
 (0)