Skip to content

Commit

Permalink
Update get-started.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Nov 1, 2024
1 parent ca77166 commit d3c39ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inbox/react/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ function Novu() {

Novu uses the `routerPush` prop to make your notifications navigatable. We will automatically pass the `redirect.url` from your workflow definitions to the `routerPush` prop.

<Tip>
If you are using the European region in novu, you need to set the `backendUrl` and `socketUrl` props.
<Accordion title="European Region Instructions">
If you are using the European region in novu, you need to set the `backendUrl` and `socketUrl` props.
```tsx
<Inbox
applicationIdentifier="YOUR_APPLICATION_IDENTIFIER"
Expand All @@ -111,7 +111,7 @@ function Novu() {
socketUrl="https://eu.ws.novu.co"
/>
```
</Tip>
</Accordion>
</Step>
<Step title="Trigger a notification">
Now that you have the inbox component added to your application, you can trigger an Inbox notification to see it in action.
Expand Down

0 comments on commit d3c39ac

Please sign in to comment.