Skip to content

Commit a5f8163

Browse files
wip
1 parent 368dc8c commit a5f8163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/filament/organizations/widgets/config-progress.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class="flex flex-1 min-w-0 flex-col items-center gap-3 text-center group"
4848
</span>
4949
@else
5050
<span class="flex h-8 w-8 shrink-0 items-center justify-center rounded-full border-2 border-gray-200 bg-white dark:border-gray-600 dark:bg-gray-800" aria-hidden="true">
51-
<x-filament::icon icon="heroicon-m-circle" class="h-4 w-4 text-gray-300 dark:text-gray-500" />
51+
<x-filament::icon icon="heroicon-m-minus-circle" class="h-4 w-4 text-gray-300 dark:text-gray-500" />
5252
</span>
5353
@endif
5454
<span class="text-sm font-medium leading-tight break-words {{ $step['completed'] ? 'text-[#6010FF] dark:text-[#a78bfa]' : 'text-gray-500 dark:text-gray-400' }} group-hover:underline">

0 commit comments

Comments
 (0)