coolify/resources/views/components/deprecated-badge.blade.php

7 lines
251 B
PHP
Raw Normal View History

<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>