Skip to content

Commit 33f4383

Browse files
committed
Fix steps-queued icon
1 parent c164836 commit 33f4383

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/treeViews/icons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export function getIconForWorkflowStep({
8181
}
8282

8383
case "queued":
84-
return getAbsoluteIconPath("statuses/step_queued.svg");
84+
return getAbsoluteIconPath("steps/step_queued.svg");
8585

8686
case "inprogress":
8787
case "in_progress":

0 commit comments

Comments
 (0)