diff --git a/lib/livebook_web/templates/layout/live.html.leex b/lib/livebook_web/templates/layout/live.html.leex index fc3e5a868..47e44f7f5 100644 --- a/lib/livebook_web/templates/layout/live.html.leex +++ b/lib/livebook_web/templates/layout/live.html.leex @@ -5,7 +5,7 @@ phx-click="lv:clear-flash" phx-value-key="info"> <%= remix_icon("information-line", class: "text-2xl") %> - <%= live_flash(@flash, :info) %> + <%= live_flash(@flash, :info) %> <% end %> @@ -14,7 +14,7 @@ phx-click="lv:clear-flash" phx-value-key="error"> <%= remix_icon("error-warning-line", class: "text-2xl") %> - <%= live_flash(@flash, :error) %> + <%= live_flash(@flash, :error) %> <% end %>