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.
2 parents e09bbf2 + dec7c26 commit 27e36a5Copy full SHA for 27e36a5
frontend/src/components/blocks/interview/chat/chat-layout.tsx
@@ -153,9 +153,7 @@ export const ChatLayout = ({
153
))}
154
{isLoading && (
155
<div className='mb-4 flex justify-start'>
156
- <div className='rounded-lg bg-gray-50 px-4 py-2'>
157
- <Loader2 className='size-5 animate-spin text-gray-500' />
158
- </div>
+ <Loader2 className='size-5 animate-spin text-gray-500' />
159
</div>
160
)}
161
{error && (
0 commit comments