diff --git a/client/src/components/Chat/Input/PopoverButtons.tsx b/client/src/components/Chat/Input/PopoverButtons.tsx index 9c9e6b9043..e2230148e5 100644 --- a/client/src/components/Chat/Input/PopoverButtons.tsx +++ b/client/src/components/Chat/Input/PopoverButtons.tsx @@ -42,7 +42,7 @@ export default function PopoverButtons({ label: `Show ${showAgentSettings ? 'Completion' : 'Agent'} Settings`, buttonClass: '', handler: () => setShowAgentSettings((prev) => !prev), - icon: , + icon: , }, ], }; diff --git a/client/src/components/Endpoints/PopoverButtons.tsx b/client/src/components/Endpoints/PopoverButtons.tsx index 37c4e08c1f..217cce1a52 100644 --- a/client/src/components/Endpoints/PopoverButtons.tsx +++ b/client/src/components/Endpoints/PopoverButtons.tsx @@ -43,7 +43,7 @@ export default function PopoverButtons({ label: localize('com_endpoint_show_what_settings', showAgentSettings ? localize('com_endpoint_completion') : localize('com_endpoint_agent')), buttonClass: '', handler: () => setShowAgentSettings((prev) => !prev), - icon: , + icon: , }, ], }; diff --git a/client/src/components/Nav/MobileNav.tsx b/client/src/components/Nav/MobileNav.tsx index 3edafe8c38..c100fb6a54 100644 --- a/client/src/components/Nav/MobileNav.tsx +++ b/client/src/components/Nav/MobileNav.tsx @@ -15,10 +15,10 @@ export default function MobileNav({ const { title = 'New Chat' } = conversation || {}; return ( -
+