File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
libs/remix-ui/workspace/src/lib Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1355,13 +1355,13 @@ export function Workspace() {
13551355 tooltipText = { < FormattedMessage id = "filePanel.updateSubmodules" /> }
13561356 >
13571357 < div className = "pr-1" >
1358- { global . fs . browser . isRequestingCloning ? < button style = { { height : 30 , minWidth : "9rem" } } className = 'btn btn-sm border text-dark' >
1359- < i className = "fad fa-spinner fa-spin" > </ i >
1358+ { global . fs . browser . isRequestingCloning ? < button style = { { height : 30 , minWidth : "9rem" } } className = 'btn btn-sm border text-dark' >
1359+ < i className = "fad fa-spinner fa-spin" > </ i >
13601360 Updating submodules
1361- </ button > :
1362- < button style = { { height : 30 , minWidth : "9rem" } } onClick = { updateSubModules } data-id = 'updatesubmodules' className = { `btn btn-sm border ${ highlightUpdateSubmodules ? 'text-warning' : 'text-dark' } ` } >
1361+ </ button > :
1362+ < button style = { { height : 30 , minWidth : "9rem" } } onClick = { updateSubModules } data-id = 'updatesubmodules' className = { `btn btn-sm border ${ highlightUpdateSubmodules ? 'text-warning' : 'text-dark' } ` } >
13631363 Update submodules
1364- </ button > }
1364+ </ button > }
13651365 </ div >
13661366 </ CustomTooltip >
13671367 : null
You can’t perform that action at this time.
0 commit comments