diff --git a/lib/liliform/flash.ex b/lib/liliform/flash.ex index ba5928c..499f501 100644 --- a/lib/liliform/flash.ex +++ b/lib/liliform/flash.ex @@ -88,7 +88,7 @@ defmodule Liliform.Flash do
<.flash kind={:info} title={gettext("Info")} flash={@flash} is-info /> <.flash kind={:error} title={gettext("Error")} flash={@flash} is-danger /> - <.flash + <%!-- <.flash id="client-error" kind={:error} title={gettext("We can't find the internet")} @@ -112,7 +112,7 @@ defmodule Liliform.Flash do > <%= gettext("Hang in there while we get back on track") %> - + --%>
""" end