destinations

This commit is contained in:
Andras Bacsai
2023-05-04 10:45:09 +02:00
parent b8b0d2243f
commit 32b7a1ffcd
15 changed files with 115 additions and 44 deletions

View File

@@ -1,5 +1,6 @@
<div>
<x-inputs.button wire:click='checkUpdate' type="submit">Check for updates</x-inputs.button>
<x-inputs.button class="w-32 text-white bg-neutral-800 hover:bg-violet-600" wire:click='checkUpdate' type="submit">
Check for updates</x-inputs.button>
@if ($updateAvailable)
Update available
@endif