mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
remove blade-ui-kit/blade-heroicons
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
<x-slot name="trigger">
|
||||
<x-secondary-button>
|
||||
{{ __("Change") }}
|
||||
<x-heroicon-o-chevron-up-down class="ml-1 h-5 w-5" />
|
||||
<x-heroicon name="o-chevron-up-down" class="ml-1 h-5 w-5" />
|
||||
</x-secondary-button>
|
||||
</x-slot>
|
||||
<x-slot name="content">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<x-slot name="trigger">
|
||||
<x-primary-button hx-disable>
|
||||
{{ __("Install PHP") }}
|
||||
<x-heroicon-o-chevron-up-down class="ml-1 h-5 w-5" />
|
||||
<x-heroicon name="o-chevron-up-down" class="ml-1 h-5 w-5" />
|
||||
</x-primary-button>
|
||||
</x-slot>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
<x-slot name="trigger">
|
||||
<x-secondary-button>
|
||||
{{ __("Actions") }}
|
||||
<x-heroicon-o-chevron-up-down class="ml-1 h-5 w-5" />
|
||||
<x-heroicon name="o-chevron-up-down" class="ml-1 h-5 w-5" />
|
||||
</x-secondary-button>
|
||||
</x-slot>
|
||||
<x-slot name="content">
|
||||
|
Reference in New Issue
Block a user