Skip to content

Commit 31ade04

Browse files
committed
replace lock icon
1 parent b36e569 commit 31ade04

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
@@ -305,7 +305,7 @@ watch(isExecuting, executing => {
305305
role="alert"
306306
>
307307
<div class="flex items-center gap-2 mb-2">
308-
<span class="i-carbon:locked w-4 h-4 text-amber-400 shrink-0" aria-hidden="true" />
308+
<span class="i-lucide:lock w-4 h-4 text-amber-400 shrink-0" aria-hidden="true" />
309309
<span class="font-mono text-sm text-amber-400">
310310
{{ $t('operations.queue.otp_prompt') }}
311311
</span>

0 commit comments

Comments
 (0)