File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -217,16 +217,16 @@ export function getWorktreeBranchIconPath(
217217 case 'ahead' :
218218 case 'behind' :
219219 case 'diverged' :
220- return getIconPathUris ( container , `icon-repo -${ branch . status } .svg` ) ;
220+ return getIconPathUris ( container , `icon-worktree -${ branch . status } .svg` ) ;
221221 case 'upToDate' :
222222 if ( status ?. hasWorkingTreeChanges ) {
223- return getIconPathUris ( container , `icon-repo -changes.svg` ) ;
223+ return getIconPathUris ( container , `icon-worktree -changes.svg` ) ;
224224 }
225- return getIconPathUris ( container , `icon-repo -synced.svg` ) ;
225+ return getIconPathUris ( container , `icon-worktree -synced.svg` ) ;
226226 default :
227227 if ( status ?. hasWorkingTreeChanges ) {
228- return getIconPathUris ( container , `icon-repo -changes.svg` ) ;
228+ return getIconPathUris ( container , `icon-worktree -changes.svg` ) ;
229229 }
230- return getIconPathUris ( container , `icon-repo .svg` ) ;
230+ return getIconPathUris ( container , `icon-worktree .svg` ) ;
231231 }
232232}
You can’t perform that action at this time.
0 commit comments