We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f382bcf commit d3fa766Copy full SHA for d3fa766
libs/remix-ui/git/src/components/navigation/branchedetails.tsx
@@ -68,7 +68,7 @@ export const BrancheDetailsNavigation = (props: BrancheDetailsNavigationProps) =
68
{
69
activePanel === eventKey ? <FontAwesomeIcon className='' icon={faCaretDown}></FontAwesomeIcon> : <FontAwesomeIcon className='' icon={faCaretRight}></FontAwesomeIcon>
70
}
71
- <i className="fa fa-code-branch ms-1"></i>
+ <i className="fa fa-code-branch ms-2"></i>
72
<div className={`ms-1 ${context.currentBranch.name === branch.name && allowCheckout ? 'text-success' : ''}`}>{branch.name} {branch.remote ? `on ${branch.remote.name}` : ''}</div>
73
74
</div>
0 commit comments