parent
b8caf3506a
commit
8a6164d0b3
|
|
@ -45,7 +45,6 @@
|
||||||
verfügbar: <span class="text-emerald-200">{{ $displayLatest }}</span>
|
verfügbar: <span class="text-emerald-200">{{ $displayLatest }}</span>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@if($progressLine || $errorLine)
|
@if($progressLine || $errorLine)
|
||||||
<div class="mt-1 text-[11px] leading-tight">
|
<div class="mt-1 text-[11px] leading-tight">
|
||||||
@if($progressLine)
|
@if($progressLine)
|
||||||
|
|
@ -58,7 +57,6 @@
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{-- Badge + Button (rein aus Properties) --}}
|
|
||||||
<div class="flex flex-col items-end gap-1">
|
<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 }}">
|
<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>
|
<i class="ph {{ $badgeIcon }} text-[12px]"></i>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue