(feat): improve chat ui
This commit is contained in:
parent
de0a153bce
commit
cabe83aa98
2 changed files with 112 additions and 108 deletions
|
|
@ -96,7 +96,7 @@ export default function Navbar({ forMobile }: { forMobile: boolean }) {
|
|||
</Popover>
|
||||
)
|
||||
}
|
||||
loading={<Skeleton className="ml-3 w-40 h-5" />}
|
||||
loading={<Skeleton className="w-30 h-5" />}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue