diff --git a/frontend/web/components/base/forms/Button.tsx b/frontend/web/components/base/forms/Button.tsx index 18f941483b4b..4d5d9f013260 100644 --- a/frontend/web/components/base/forms/Button.tsx +++ b/frontend/web/components/base/forms/Button.tsx @@ -106,23 +106,23 @@ export const Button = React.forwardRef< )} ref={ref as React.RefObject} > - {!!iconLeft && ( - - )} - {children} - {!!iconRight && ( - - )} + + {!!iconLeft && ( + + )} + {children} + {!!iconRight && ( + + )} + ) },