remove blade-ui-kit/blade-heroicons

This commit is contained in:
Saeed Vaziry
2024-03-17 14:37:19 +01:00
parent 4f252caaf3
commit 3dc38bf56b
59 changed files with 465 additions and 212 deletions

View File

@ -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>

View File

@ -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>