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

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