diff --git a/lib/towerops_web/components/layouts/root.html.heex b/lib/towerops_web/components/layouts/root.html.heex index d8dbc78f..870621ac 100644 --- a/lib/towerops_web/components/layouts/root.html.heex +++ b/lib/towerops_web/components/layouts/root.html.heex @@ -9,6 +9,7 @@ content="TowerOps — Operational intelligence for WISP and ISP operators. Connect network monitoring to subscriber impact and revenue." /> + @@ -22,8 +23,20 @@ content="The only platform that connects network monitoring to subscriber impact and revenue. Built for WISP and ISP operators." /> + + + + + - + + <.live_title suffix=" | TowerOps"> diff --git a/lib/towerops_web/controllers/page_controller.ex b/lib/towerops_web/controllers/page_controller.ex index b18a4118..523ad747 100644 --- a/lib/towerops_web/controllers/page_controller.ex +++ b/lib/towerops_web/controllers/page_controller.ex @@ -9,7 +9,7 @@ defmodule ToweropsWeb.PageController do if conn.assigns.current_scope && conn.assigns.current_scope.user do redirect(conn, to: ~p"/dashboard") else - render(conn, :home, layout: false) + render(conn, :home, layout: false, page_title: "Home") end end