mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-25 14:19:50 +00:00
fix(css): remove unnecessary tracking classes from status components for consistency
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
@endif
|
||||
<span wire:loading.remove.delay.longer class="flex items-center">
|
||||
<div class="badge badge-error "></div>
|
||||
<div class="pl-2 pr-1 text-xs font-bold tracking-wider text-error">{{ str($status)->before(':')->headline() }}</div>
|
||||
<div class="pl-2 pr-1 text-xs font-bold text-error">{{ str($status)->before(':')->headline() }}</div>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user