We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e7223 commit 1eee3d1Copy full SHA for 1eee3d1
lib/algora_web/components/core_components.ex
@@ -636,7 +636,7 @@ defmodule AlgoraWeb.CoreComponents do
636
<.flash kind={:info} title="Success!" flash={@flash} />
637
<.flash kind={:warning} title="Warning!" flash={@flash} />
638
<.flash kind={:error} title="Error!" flash={@flash} />
639
- <.flash
+ <%!-- <.flash
640
id="disconnected"
641
kind={:error}
642
title="We can't find the internet"
@@ -646,7 +646,7 @@ defmodule AlgoraWeb.CoreComponents do
646
phx-connected={hide("#disconnected")}
647
>
648
Attempting to reconnect <.icon name="tabler-refresh" class="ml-auto h-4 w-4 animate-spin" />
649
- </.flash>
+ </.flash> --%>
650
"""
651
end
652
0 commit comments