File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
libs/remix-ui/workspace/src/lib Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1350,7 +1350,7 @@ export function Workspace() {
13501350 { selectedWorkspace . hasGitSubmodules ?
13511351 < div className = "pt-1 mr-1" >
13521352 { global . fs . browser . isRequestingCloning ? < div style = { { height : 30 , minWidth : 165 } } className = 'btn btn-sm border text-muted small' > < i className = "fad fa-spinner fa-spin" > </ i > updating submodules</ div > :
1353- < div style = { { height : 30 , minWidth : 165 } } onClick = { updateSubModules } data-id = 'updatesubmodules' className = { `btn btn-sm border small ${ highlightUpdateSubmodules ? 'text-warning' : 'text-muted' } ` } > update submodules</ div > }
1353+ < div style = { { height : 30 , minWidth : 165 } } onClick = { updateSubModules } data-id = 'updatesubmodules' className = { `btn btn-sm border small ${ highlightUpdateSubmodules ? 'text-warning' : 'text-muted' } ` } > Update submodules</ div > }
13541354 </ div >
13551355 : null }
13561356 < div className = "pt-1 mr-1" data-id = "workspaceGitBranchesDropdown" >
You can’t perform that action at this time.
0 commit comments