style: new convo button
This commit is contained in:
parent
69e26c39a1
commit
ca527fe352
@ -34,16 +34,14 @@ const InputToolbar: React.FC = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<div className="h-6 space-x-5">
|
{currentConvoState?.error && (
|
||||||
{currentConvoState?.error && (
|
<div className="flex flex-row justify-center">
|
||||||
<div className="flex flex-row justify-center">
|
<span className="mx-5 my-2 text-red-500 text-sm">
|
||||||
<span className="mx-5 my-2 text-red-500 text-sm">
|
{currentConvoState?.error?.toString()}
|
||||||
{currentConvoState?.error?.toString()}
|
</span>
|
||||||
</span>
|
</div>
|
||||||
</div>
|
)}
|
||||||
)}
|
<div className="flex justify-center gap-2 my-3">
|
||||||
</div>
|
|
||||||
<div className="flex justify-center gap-2 my-5">
|
|
||||||
{/* <SecondaryButton title="Regenerate" onClick={onRegenerateClick} /> */}
|
{/* <SecondaryButton title="Regenerate" onClick={onRegenerateClick} /> */}
|
||||||
<SecondaryButton
|
<SecondaryButton
|
||||||
onClick={onNewConversationClick}
|
onClick={onNewConversationClick}
|
||||||
@ -52,7 +50,7 @@ const InputToolbar: React.FC = () => {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
{/* My text input */}
|
{/* My text input */}
|
||||||
<div className="flex items-start space-x-4 mx-12 md:mx-32 2xl:mx-64 mb-3">
|
<div className="flex items-start space-x-4 mx-12 md:mx-32 2xl:mx-64 mb-5">
|
||||||
<div className="min-w-0 flex-1 relative">
|
<div className="min-w-0 flex-1 relative">
|
||||||
<BasicPromptInput />
|
<BasicPromptInput />
|
||||||
<BasicPromptAccessories />
|
<BasicPromptAccessories />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user