fix: add alpha to swarm

This commit is contained in:
Andras Bacsai
2023-12-18 14:34:04 +01:00
parent 802a0f7684
commit 8ae385b9f9
3 changed files with 30 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
<label class="flex gap-4 px-0 cursor-pointer label">
<span class="flex gap-2 label-text min-w-fit">
@if ($label)
{{ $label }}
{!! $label !!}
@else
{{ $id }}
@endif