Skip to content

Commit a65cd8c

Browse files
committed
Ui fixes
1 parent 43a2f90 commit a65cd8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/components/blocks/interview/ai-chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export const AIChat: React.FC<AIChatProps> = ({
182182
<div className='flex w-full flex-col gap-6 text-center'>
183183
<MessageSquareIcon className='mx-auto size-12 opacity-50' />
184184
<p>No messages yet. Start a conversation, or use one of these prompts:</p>
185-
<div className='flex flex-wrap gap-4'>
185+
<div className='flex flex-wrap justify-center gap-4'>
186186
{prompts.map((value, index) => (
187187
<Button
188188
key={index}

frontend/src/routes/interview/[room]/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const InterviewRoom = () => {
6666
<TabsTrigger value='details'>Question Details</TabsTrigger>
6767
<TabsTrigger value='attempts'>Past Attempts</TabsTrigger>
6868
</TabsList>
69-
<TabsContent value='details' className=''>
69+
<TabsContent value='details' className='h-full'>
7070
<QuestionDetails {...{ questionDetails }} />
7171
</TabsContent>
7272
<TabsContent value='attempts' className='flex h-[calc(100%-44px)]'>

0 commit comments

Comments
 (0)