mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
remove blade-ui-kit/blade-heroicons
This commit is contained in:
@ -17,7 +17,7 @@ class="cursor-pointer"
|
||||
>
|
||||
{{ __("Enable") }}
|
||||
@if ($site->isAutoDeployment())
|
||||
<x-heroicon-o-check class="ml-1 h-5 w-5 text-green-600" />
|
||||
<x-heroicon name="o-check" class="ml-1 h-5 w-5 text-green-600" />
|
||||
@endif
|
||||
</x-dropdown-link>
|
||||
<x-dropdown-link
|
||||
@ -28,7 +28,7 @@ class="cursor-pointer"
|
||||
>
|
||||
{{ __("Disable") }}
|
||||
@if (! $site->isAutoDeployment())
|
||||
<x-heroicon-o-check class="ml-1 h-5 w-5 text-green-600" />
|
||||
<x-heroicon name="o-check" class="ml-1 h-5 w-5 text-green-600" />
|
||||
@endif
|
||||
</x-dropdown-link>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user