diff --git a/client/src/components/Chat/Input/OptionsPopover.tsx b/client/src/components/Chat/Input/OptionsPopover.tsx index c20c5fa325..67c8d940b1 100644 --- a/client/src/components/Chat/Input/OptionsPopover.tsx +++ b/client/src/components/Chat/Input/OptionsPopover.tsx @@ -63,7 +63,7 @@ export default function OptionsPopover({
diff --git a/client/src/components/Chat/Menus/Presets/PresetItems.tsx b/client/src/components/Chat/Menus/Presets/PresetItems.tsx index be131ad697..1a4ecc639b 100644 --- a/client/src/components/Chat/Menus/Presets/PresetItems.tsx +++ b/client/src/components/Chat/Menus/Presets/PresetItems.tsx @@ -31,7 +31,7 @@ const PresetItems: FC<{ <>
@@ -62,7 +62,7 @@ const PresetItems: FC<{ {presets && presets.length === 0 && (
diff --git a/client/src/components/Endpoints/MinimalIcon.tsx b/client/src/components/Endpoints/MinimalIcon.tsx index 601db70950..e61cdfbea8 100644 --- a/client/src/components/Endpoints/MinimalIcon.tsx +++ b/client/src/components/Endpoints/MinimalIcon.tsx @@ -2,11 +2,11 @@ import { EModelEndpoint } from 'librechat-data-provider'; import { AzureMinimalIcon, OpenAIMinimalIcon, - ChatGPTMinimalIcon, + LightningIcon, PluginMinimalIcon, BingAIMinimalIcon, PaLMinimalIcon, - AnthropicMinimalIcon, + AnthropicIcon, } from '~/components/svg'; import { cn } from '~/utils'; import { IconProps } from '~/common'; @@ -29,11 +29,11 @@ const MinimalIcon: React.FC = (props) => { [EModelEndpoint.gptPlugins]: { icon: , name: 'Plugins' }, [EModelEndpoint.google]: { icon: , name: props.modelLabel || 'PaLM2' }, [EModelEndpoint.anthropic]: { - icon: , + icon: , name: props.modelLabel || 'Claude', }, [EModelEndpoint.bingAI]: { icon: , name: 'BingAI' }, - [EModelEndpoint.chatGPTBrowser]: { icon: , name: 'ChatGPT' }, + [EModelEndpoint.chatGPTBrowser]: { icon: , name: 'ChatGPT' }, default: { icon: , name: 'UNKNOWN' }, }; diff --git a/client/src/components/Nav/NavLinks.tsx b/client/src/components/Nav/NavLinks.tsx index 836c347848..36cd2dd7dd 100644 --- a/client/src/components/Nav/NavLinks.tsx +++ b/client/src/components/Nav/NavLinks.tsx @@ -8,7 +8,7 @@ import { ExportModel } from './ExportConversation'; import Settings from './Settings'; import NavLink from './NavLink'; import Logout from './Logout'; -import { LinkIcon, DotsIcon, GearIcon } from '~/components'; +import { LinkIcon, GearIcon } from '~/components'; import { useAuthContext } from '~/hooks/AuthContext'; import { useLocalize } from '~/hooks'; import { cn } from '~/utils/'; @@ -50,15 +50,15 @@ export default function NavLinks() { )} -
+
{user?.name || localize('com_nav_user')}
- -
- -
- + -
+
setShowSettings(true)} /> -
+