Skip to content

Commit 65a555c

Browse files
committed
replace clock icon
1 parent 63734bc commit 65a555c

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
@@ -158,7 +158,7 @@ function getStatusColor(status: string): string {
158158
function getStatusIcon(status: string): string {
159159
switch (status) {
160160
case 'pending':
161-
return 'i-carbon:time'
161+
return 'i-lucide:clock'
162162
case 'approved':
163163
return 'i-lucide:check'
164164
case 'running':

0 commit comments

Comments
 (0)