File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/blocks/interview Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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)]' >
You can’t perform that action at this time.
0 commit comments