diff --git a/client/src/components/Endpoints/EndpointOptionsPopover.jsx b/client/src/components/Endpoints/EndpointOptionsPopover.jsx index 1d99571186..2a1948c57f 100644 --- a/client/src/components/Endpoints/EndpointOptionsPopover.jsx +++ b/client/src/components/Endpoints/EndpointOptionsPopover.jsx @@ -1,6 +1,6 @@ import React from 'react'; import { Button } from '../ui/Button.tsx'; -import SwitchIcon from '../svg/SwitchIcon'; +import CrossIcon from '../svg/CrossIcon'; // import SaveIcon from '../svg/SaveIcon'; import { Save } from 'lucide-react'; @@ -37,8 +37,8 @@ function EndpointOptionsPopover({ content, visible, saveAsPreset, switchToSimple className="h-auto bg-transparent px-2 py-1 text-xs font-medium font-normal text-black hover:bg-slate-200 hover:text-black dark:bg-transparent dark:text-white dark:hover:bg-gray-700 dark:hover:text-white" onClick={switchToSimpleMode} > - - Switch to simple mode + + {/* Switch to simple mode */}
{content}