fix tag mismatch

pull/5370/head
Joseph Izang 2 years ago
parent e797eb09b4
commit c63d9b584a
  1. 2
      libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx

@ -526,7 +526,7 @@ export function Workspace () {
</label> </label>
</span> </span>
{currentWorkspace !== LOCALHOST ? (<span className="remixui_menu remixui_topmenu d-flex justify-content-between align-items-end w-75"> {currentWorkspace !== LOCALHOST ? (<span className="remixui_menu remixui_topmenu d-flex justify-content-between align-items-end w-75">
<OverlayTrigger <CustomTooltip
placement="top-end" placement="top-end"
tooltipId="createWorkspaceTooltip" tooltipId="createWorkspaceTooltip"
tooltipClasses="text-nowrap" tooltipClasses="text-nowrap"

Loading…
Cancel
Save