We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf193de commit 07c482fCopy full SHA for 07c482f
web/src/app/chat/ChatPage.tsx
@@ -2834,7 +2834,7 @@ export function ChatPage({
2834
currentSessionChatState == "input" &&
2835
!loadingError &&
2836
!submittedMessage && (
2837
- <div className="h-full w-[95%] mx-auto flex flex-col justify-center items-center">
+ <div className="h-full w-[95%] mx-auto flex flex-col justify-center items-center">
2838
<ChatIntro selectedPersona={liveAssistant} />
2839
2840
{currentPersona && (
web/src/components/assistants/StarterMessage.tsx
@@ -15,7 +15,7 @@ export function StarterMessages({
15
<div
16
key={-4}
17
className={`
18
- short:hidden
+ very-short:hidden
19
mx-auto
20
w-full
21
${
0 commit comments