Skip to content

Commit fe23576

Browse files
RahulhanjeAniket-Engg
authored andcommitted
#5683 Solved Loader Misalignment and Improper Rotation
Loader Misalignment and Improper Rotation in Git Push Feature #5683
1 parent ff5728d commit fe23576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/git/src/components/navigation/commands.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ export const CommandsNavigation = ({ eventKey, activePanel, callback }) => {
2626
activePanel === eventKey ? <FontAwesomeIcon className='' icon={faCaretDown}></FontAwesomeIcon> : <FontAwesomeIcon className='' icon={faCaretRight}></FontAwesomeIcon>
2727
}
2828
<label className="pl-2 nav form-check-label">COMMANDS</label>
29+
<LoaderIndicator></LoaderIndicator>
2930
</span>
30-
<LoaderIndicator></LoaderIndicator>
3131
</div>
3232
</>
3333
);

0 commit comments

Comments
 (0)