diff --git a/resources/views/livewire/dashboard/dashboard-converter.blade.php b/resources/views/livewire/dashboard/dashboard-converter.blade.php index e0ded51..43f71a8 100644 --- a/resources/views/livewire/dashboard/dashboard-converter.blade.php +++ b/resources/views/livewire/dashboard/dashboard-converter.blade.php @@ -96,9 +96,19 @@ class="flex flex-col items-center justify-center gap-4 rounded-[var(--ca-radius- @if ($targetFormatError) -

{{ $targetFormatError }}

+
+ {{ $targetFormatError }} +
@endif +
+ + + + + Loading converter settings… +
+ @if (empty($this->targetFormatCards))

No conversion targets available

@@ -115,7 +125,9 @@ class="flex flex-col items-center justify-center gap-4 rounded-[var(--ca-radius-