mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-16 00:12:46 +00:00
Merge branch 'main' of https://github.com/arc53/DocsGPT
This commit is contained in:
commit
a52ab1685e
@ -201,7 +201,9 @@ export default function Navigation() {
|
|||||||
<div className="flex gap-4">
|
<div className="flex gap-4">
|
||||||
<img src={Message} className="ml-2 w-5"></img>
|
<img src={Message} className="ml-2 w-5"></img>
|
||||||
<p className="my-auto text-eerie-black">
|
<p className="my-auto text-eerie-black">
|
||||||
{conversation.name}
|
{conversation.name.length > 45
|
||||||
|
? conversation.name.substring(0, 45) + '...'
|
||||||
|
: conversation.name}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user