diff --git a/src/components/Code.jsx b/src/components/Code.jsx
index 8ad39713..d03e2b8c 100644
--- a/src/components/Code.jsx
+++ b/src/components/Code.jsx
@@ -127,7 +127,7 @@ function CodePanel({ tag, label, code, children }) {
label={child.props.label ?? label}
/>
-
{children}
+
{children}
diff --git a/src/pages/selfhosted/identity-providers.mdx b/src/pages/selfhosted/identity-providers.mdx
index 76ededf2..df13dd48 100644
--- a/src/pages/selfhosted/identity-providers.mdx
+++ b/src/pages/selfhosted/identity-providers.mdx
@@ -918,7 +918,7 @@ In this step, we will generate netbird api token in okta for authorizing calls t
Your authority OIDC configuration will be available under:
-```
+```bash
https://< your_okta_organization_url >/.well-known/openid-configuration
```