Skip to content

Commit b36e569

Browse files
committed
replace question mark icon
1 parent 65a555c commit b36e569

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Org/OperationsQueue.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ function getStatusIcon(status: string): string {
168168
case 'failed':
169169
return 'i-lucide:circle-x-filled'
170170
default:
171-
return 'i-carbon:help'
171+
return 'i-lucide:circle-question-mark'
172172
}
173173
}
174174

0 commit comments

Comments
 (0)