mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-28 05:13:57 +03:00
feat: truncate long chatname (#1076)
This commit is contained in:
parent
e769eddd76
commit
4306f60959
@ -19,5 +19,5 @@ export const ChatName = ({
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return <p>{name}</p>;
|
return <span className="max-w-[150px] truncate">{name}</span>;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user