mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-03 14:22:41 +02:00
Update content generator
This commit is contained in:
@@ -162,9 +162,6 @@ export function ContentGenerator() {
|
|||||||
<label
|
<label
|
||||||
className={cn(
|
className={cn(
|
||||||
'flex cursor-pointer items-center gap-2 rounded-xl border border-gray-200 bg-white p-4 transition-all',
|
'flex cursor-pointer items-center gap-2 rounded-xl border border-gray-200 bg-white p-4 transition-all',
|
||||||
{
|
|
||||||
'rounded-b-none bg-gray-200 text-black': showFineTuneOptions,
|
|
||||||
},
|
|
||||||
)}
|
)}
|
||||||
htmlFor={fineTuneOptionsId}
|
htmlFor={fineTuneOptionsId}
|
||||||
>
|
>
|
||||||
@@ -191,7 +188,6 @@ export function ContentGenerator() {
|
|||||||
|
|
||||||
{showFineTuneOptions && (
|
{showFineTuneOptions && (
|
||||||
<QuestionAnswerChat
|
<QuestionAnswerChat
|
||||||
className="-mt-4 rounded-t-none border-t-0"
|
|
||||||
term={title}
|
term={title}
|
||||||
format={selectedFormat}
|
format={selectedFormat}
|
||||||
questionAnswerChatMessages={questionAnswerChatMessages}
|
questionAnswerChatMessages={questionAnswerChatMessages}
|
||||||
|
Reference in New Issue
Block a user