diff --git a/lib/towerops_web/components/layouts.ex b/lib/towerops_web/components/layouts.ex
index 0ce601ae..dbcff59c 100644
--- a/lib/towerops_web/components/layouts.ex
+++ b/lib/towerops_web/components/layouts.ex
@@ -35,7 +35,7 @@ defmodule ToweropsWeb.Layouts do
def app(assigns) do
~H"""
-
+
-
+
{render_slot(@inner_block)}
+
+ <.footer />
<.flash_group flash={@flash} />
@@ -103,7 +105,7 @@ defmodule ToweropsWeb.Layouts do
def authenticated(assigns) do
~H"""
-
+
<%= if @current_scope && @current_scope.impersonating? do %>
@@ -224,11 +226,13 @@ defmodule ToweropsWeb.Layouts do
-
+
{render_slot(@inner_block)}
+
+ <.footer />
<.flash_group flash={@flash} />
@@ -355,7 +359,7 @@ defmodule ToweropsWeb.Layouts do
def admin(assigns) do
~H"""
-
+