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

@ -1,6 +1,6 @@
<div>
<x-icon-button x-data="" x-on:click.prevent="$dispatch('open-modal', 'edit-project-{{ $project->id }}')">
<x-heroicon-o-pencil class="h-5 w-5" />
<x-heroicon name="o-pencil" class="h-5 w-5" />
</x-icon-button>
<x-modal name="edit-project-{{ $project->id }}">