mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 18:30:15 +01:00
code highlighting in progress
This commit is contained in:
parent
187f7b5b03
commit
e95e22de15
10 changed files with 169 additions and 18 deletions
|
|
@ -28,7 +28,7 @@ export default function Nav() {
|
|||
onMouseLeave={() => setIsHovering(false)}
|
||||
>
|
||||
<div className="flex flex-col gap-2 text-sm text-gray-100">
|
||||
{!!isLoading ? <Spinner /> : <Conversations conversations={data} conversationId={conversationId}/>}
|
||||
{isLoading ? <Spinner /> : <Conversations conversations={data} conversationId={conversationId}/>}
|
||||
</div>
|
||||
</div>
|
||||
<NavLinks />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue