Skip to content

Commit 1eee3d1

Browse files
committed
remove attempting to reconnect flash message
1 parent 36e7223 commit 1eee3d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/algora_web/components/core_components.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ defmodule AlgoraWeb.CoreComponents do
636636
<.flash kind={:info} title="Success!" flash={@flash} />
637637
<.flash kind={:warning} title="Warning!" flash={@flash} />
638638
<.flash kind={:error} title="Error!" flash={@flash} />
639-
<.flash
639+
<%!-- <.flash
640640
id="disconnected"
641641
kind={:error}
642642
title="We can't find the internet"
@@ -646,7 +646,7 @@ defmodule AlgoraWeb.CoreComponents do
646646
phx-connected={hide("#disconnected")}
647647
>
648648
Attempting to reconnect <.icon name="tabler-refresh" class="ml-auto h-4 w-4 animate-spin" />
649-
</.flash>
649+
</.flash> --%>
650650
"""
651651
end
652652

0 commit comments

Comments
 (0)