diff --git a/inbox/react/get-started.mdx b/inbox/react/get-started.mdx
index 38ab36d7..dcc9d240 100644
--- a/inbox/react/get-started.mdx
+++ b/inbox/react/get-started.mdx
@@ -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.
-
- If you are using the European region in novu, you need to set the `backendUrl` and `socketUrl` props.
+
+ If you are using the European region in novu, you need to set the `backendUrl` and `socketUrl` props.
```tsx
```
-
+
Now that you have the inbox component added to your application, you can trigger an Inbox notification to see it in action.