pull/3798/head
lianahus 1 year ago
parent 66c3dc8c78
commit bf2ba426fe
  1. 2
      libs/remix-ui/helper/src/lib/components/custom-dropdown.tsx

@ -36,7 +36,7 @@ export const CustomIconsToggle = React.forwardRef(({ onClick, icon, className =
placement={"top"}
tooltipClasses="text-nowrap text-left"
tooltipId="remixHamburgerTooltip"
tooltipText='Workspaces actions'
tooltipText='Workspace actions'
>
<i style={{ fontSize: 'large' }} className={`${icon}`} data-id="workspaceDropdownMenuIcon"></i>
</CustomTooltip>

Loading…
Cancel
Save