From 8c4492362e727a0a78e3aec0a5ca1c6c546e35f1 Mon Sep 17 00:00:00 2001 From: Marco Beretta <81851188+berry-13@users.noreply.github.com> Date: Mon, 29 Dec 2025 02:09:29 +0100 Subject: [PATCH] refactor: Remove commented-out className from PresetsMenu button --- client/src/components/Chat/Menus/PresetsMenu.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/components/Chat/Menus/PresetsMenu.tsx b/client/src/components/Chat/Menus/PresetsMenu.tsx index d5b9244c75..e6f59d59b8 100644 --- a/client/src/components/Chat/Menus/PresetsMenu.tsx +++ b/client/src/components/Chat/Menus/PresetsMenu.tsx @@ -59,7 +59,6 @@ const PresetsMenu: FC = () => { data-testid="presets-button" aria-label={localize('com_endpoint_examples')} className="rounded-xl p-2 duration-0 hover:bg-surface-active-alt max-md:hidden" - // className="inline-flex size-10 flex-shrink-0 items-center justify-center rounded-xl border border-border-light bg-transparent text-text-primary transition-all ease-in-out hover:bg-surface-tertiary disabled:pointer-events-none disabled:opacity-50 radix-state-open:bg-surface-tertiary" >