parent
b8caf3506a
commit
7e5a9a42d5
|
|
@ -45,7 +45,6 @@
|
|||
verfügbar: <span class="text-emerald-200">{{ $displayLatest }}</span>
|
||||
@endif
|
||||
</div>
|
||||
|
||||
@if($progressLine || $errorLine)
|
||||
<div class="mt-1 text-[11px] leading-tight">
|
||||
@if($progressLine)
|
||||
|
|
@ -58,7 +57,6 @@
|
|||
@endif
|
||||
</div>
|
||||
|
||||
{{-- Badge + Button (rein aus Properties) --}}
|
||||
<div class="flex flex-col items-end gap-1">
|
||||
<span class="inline-flex items-center gap-1.5 rounded-full text-[11px] border px-3 py-1 w-fit {{ $badgeClass }}">
|
||||
<i class="ph {{ $badgeIcon }} text-[12px]"></i>
|
||||
|
|
|
|||
Loading…
Reference in New Issue