+
}>
} />
@@ -45,6 +46,6 @@ export default function App() {
} />
} />
- >
+
);
}
diff --git a/frontend/src/Hero.tsx b/frontend/src/Hero.tsx
index 8a3d17c8..04da8769 100644
--- a/frontend/src/Hero.tsx
+++ b/frontend/src/Hero.tsx
@@ -19,7 +19,7 @@ export default function Hero({
}>;
return (
diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx
index 01b8a2de..d6568acb 100644
--- a/frontend/src/conversation/Conversation.tsx
+++ b/frontend/src/conversation/Conversation.tsx
@@ -191,15 +191,16 @@ export default function Conversation() {
};
}, []);
return (
-
+
{conversationId && (
<>
+ {' '}