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

@ -45,7 +45,7 @@ class="h-10 w-10"
<x-icon-button
x-on:click="deleteAction = '{{ route('storage-providers.delete', $provider->id) }}'; $dispatch('open-modal', 'delete-provider')"
>
<x-heroicon-o-trash class="h-5 w-5" />
<x-heroicon name="o-trash" class="h-5 w-5" />
</x-icon-button>
</div>
</div>