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>
|
||||
|
@ -45,7 +45,7 @@ class="block max-w-[500px] truncate font-semibold text-primary-600"
|
||||
hx-select="#show-log-content"
|
||||
hx-swap="outerHTML"
|
||||
>
|
||||
<x-heroicon-o-eye class="h-5 w-5" />
|
||||
<x-heroicon name="o-eye" class="h-5 w-5" />
|
||||
</x-icon-button>
|
||||
</x-td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user