coolify/resources/views/components/deprecated-badge.blade.php
2026-04-17 23:31:30 +02:00

6 lines
251 B
PHP

<span {{ $attributes->merge(['class' => 'inline-flex items-center']) }}>
<span
class="px-2 py-0.5 text-xs font-medium leading-normal rounded-full bg-warning/15 text-warning border border-warning/30">
Deprecated
</span>
</span>