💥
-
+
{t('error.title')}
-
+
{t('error.description')}
{this.state.error && (
-
+
{this.state.error.message}
)}
diff --git a/src/components/Header.tsx b/src/components/Header.tsx
index 4e92cda..e17eb3f 100644
--- a/src/components/Header.tsx
+++ b/src/components/Header.tsx
@@ -33,23 +33,23 @@ export function Header({ status, sessionKey, onToggleSidebar, activeSessionData,
return (
<>
-
-