fix(css): remove unnecessary tracking classes from status components for consistency

This commit is contained in:
Andras Bacsai
2025-10-09 16:38:40 +02:00
parent 3241bd2a74
commit 4a38497622
4 changed files with 4 additions and 4 deletions
@@ -8,7 +8,7 @@
<div class="flex items-center">
<div wire:loading.delay.longer wire:target="checkProxy(true)" class="badge badge-warning"></div>
<div wire:loading.remove.delay.longer wire:target="checkProxy(true)" class="badge badge-success"></div>
<div class="pl-2 pr-1 text-xs font-bold tracking-wider text-success"
<div class="pl-2 pr-1 text-xs font-bold text-success"
@if ($title) title="{{ $title }}" @endif>
@if ($lastDeploymentLink)
<a href="{{ $lastDeploymentLink }}" target="_blank" class="underline cursor-pointer">