diff --git a/frontend/src/components/v2/Menu/Menu.tsx b/frontend/src/components/v2/Menu/Menu.tsx index e4771e551..dd3407557 100644 --- a/frontend/src/components/v2/Menu/Menu.tsx +++ b/frontend/src/components/v2/Menu/Menu.tsx @@ -42,27 +42,27 @@ export const MenuItem = ({ const iconRef = useRef(); return ( - iconRef.current?.play()} onMouseLeave={() => iconRef.current?.stop()}> +
iconRef.current?.play()} onMouseLeave={() => iconRef.current?.stop()}>
  • - +
    {/* {icon && {icon}} */} {icon && ( @@ -81,7 +81,7 @@ export const MenuItem = ({ {description && {description}}
  • -
    +
    ); }; @@ -103,16 +103,16 @@ export const SubMenuItem = ({ iconRef.current?.play()} onMouseLeave={() => iconRef.current?.stop()}>
  • - +