diff --git a/web/components/ui/Header/Header.tsx b/web/components/ui/Header/Header.tsx
index 5da2a79bb..14068026d 100644
--- a/web/components/ui/Header/Header.tsx
+++ b/web/components/ui/Header/Header.tsx
@@ -19,7 +19,9 @@ export default function HeaderComponent({ name = 'Your stream title', chatAvaila
{chatAvailable && }
{!chatAvailable && (
- Chat offline
+
+ Chat offline
+
)}