mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 10:20:15 +01:00
refactor: code clean up
This commit is contained in:
parent
89e38d67f4
commit
7353829719
6 changed files with 71 additions and 118 deletions
|
|
@ -57,7 +57,9 @@ function Settings(props) {
|
|||
'flex max-h-[300px] min-h-[100px] w-full resize-none px-3 py-2'
|
||||
)}
|
||||
/>
|
||||
<small className='mb-5'>{'Token count: 1200 (work in progress)'}</small>
|
||||
<small className="mb-5 text-black dark:text-white">
|
||||
{'Token count: 1200 (work in progress)'}
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-span-1 flex flex-col items-center justify-start gap-6">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue