diff --git a/lib/towerops_web/components/layouts.ex b/lib/towerops_web/components/layouts.ex index 346f25d1..b263eaa6 100644 --- a/lib/towerops_web/components/layouts.ex +++ b/lib/towerops_web/components/layouts.ex @@ -35,11 +35,39 @@ defmodule ToweropsWeb.Layouts do def app(assigns) do ~H""" -
-
- {render_slot(@inner_block)} -
-
+
+
+
+ +
+
+ +
+
+ {render_slot(@inner_block)} +
+
+
<.flash_group flash={@flash} /> """