From 4bcac595addc825ebe96807b6b0df4ecf7b331b9 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sat, 31 Jan 2026 13:22:38 -0600 Subject: [PATCH] about wording --- lib/towerops_web/live/help_live/index.ex | 89 +++++++++++++++++++++++- 1 file changed, 88 insertions(+), 1 deletion(-) diff --git a/lib/towerops_web/live/help_live/index.ex b/lib/towerops_web/live/help_live/index.ex index 9b78eef8..f3304e71 100644 --- a/lib/towerops_web/live/help_live/index.ex +++ b/lib/towerops_web/live/help_live/index.ex @@ -42,7 +42,7 @@ defmodule ToweropsWeb.HelpLive.Index do @impl true def handle_params(params, _url, socket) do - section = Map.get(params, "section", "getting-started") + section = Map.get(params, "section", "about") {:noreply, assign(socket, active_section: section)} end @@ -88,6 +88,21 @@ defmodule ToweropsWeb.HelpLive.Index do Sections