fix git checkout branch

pull/3088/head
Aniket-Engg 2 years ago committed by Aniket
parent 4e46309a63
commit 4c51bad6bd
  1. 2
      libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx

@ -745,7 +745,7 @@ export function Workspace () {
}
</div>
{
(selectedWorkspace.branches || []).length > 4 && <div className='text-center border-top pt-2'><a href='#' style={{ fontSize: 12 }} onClick={showAllBranches}>view all branches</a></div>
(selectedWorkspace.branches || []).length > 4 && <div className='text-center border-top pt-2'><label style={{ fontSize: 12, cursor: 'pointer' }} onClick={showAllBranches}>View all branches</label></div>
}
</div>
</Dropdown.Menu>

Loading…
Cancel
Save