Skip to content

Commit 0453fef

Browse files
committed
style: remove icon next to form errors
1 parent ac3e912 commit 0453fef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/algora_web/components/core_components.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,6 @@ defmodule AlgoraWeb.CoreComponents do
889889
def error(assigns) do
890890
~H"""
891891
<p class="mt-3 flex gap-3 text-sm leading-6 text-destructive">
892-
<.icon name="tabler-exclamation-circle" class="mt-0.5 h-5 w-5 flex-none" />
893892
{render_slot(@inner_block)}
894893
</p>
895894
"""

0 commit comments

Comments
 (0)