mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 10:50:14 +01:00
feat: new endpoint-style icon
This commit is contained in:
parent
7e8b31cd09
commit
089ca5f120
5 changed files with 91 additions and 86 deletions
|
|
@ -6,7 +6,7 @@ import MultiMessage from './MultiMessage';
|
|||
import HoverButtons from './HoverButtons';
|
||||
import SiblingSwitch from './SiblingSwitch';
|
||||
import { fetchById } from '~/utils/fetchers';
|
||||
import { getIconOfAi } from '~/utils';
|
||||
import getIcon from '~/utils/getIcon';
|
||||
import { useMessageHandler } from '~/utils/handleSubmit';
|
||||
|
||||
import store from '~/store';
|
||||
|
|
@ -60,7 +60,7 @@ export default function Message({
|
|||
'w-full border-b border-black/10 dark:border-gray-900/50 text-gray-800 bg-white dark:text-gray-100 group dark:bg-gray-800'
|
||||
};
|
||||
|
||||
const icon = getIconOfAi({
|
||||
const icon = getIcon({
|
||||
...conversation,
|
||||
...message
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue