fix: classnames

This commit is contained in:
Timothy J. Baek 2024-02-15 00:36:17 -08:00
parent 27ae4d0d82
commit 6603a40b4a
2 changed files with 4 additions and 5 deletions

View file

@ -784,7 +784,7 @@
<div
class="{$settings?.fullScreenMode ?? null
? 'max-w-full'
: 'max-w-2xl md:px-0'}mx-auto w-full px-4 md:px-0 mt-10"
: 'max-w-2xl md:px-0'} mx-auto w-full px-4 md:px-0 mt-10"
>
<ModelSelector bind:selectedModels disabled={messages.length > 0} />
</div>