chore: tailwind class cleanup

This commit is contained in:
2025-04-22 21:15:18 +02:00
parent 3fab344779
commit 80ab4e037e
22 changed files with 25 additions and 25 deletions

View File

@@ -182,7 +182,7 @@
{:catch error}
<div class="text-white px-6 py-4 border-0 rounded relative mb-4 bg-red-500">
<span class="inline-block align-middle mr-8">
<b class="capitalize">{$_("general_promise_error")}</b>
<b>{$_("general_promise_error")}</b>
{error}
</span>
</div>