From d0e2ead9232306e4c60aa25fc6807c4f63cb1f8a Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 16 Mar 2026 17:54:57 -0500 Subject: [PATCH] hide rf links from sidebar navigation (#51) Reviewed-on: https://git.mcintire.me/graham/towerops-web/pulls/51 --- lib/towerops_web/components/layouts.ex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/towerops_web/components/layouts.ex b/lib/towerops_web/components/layouts.ex index 38618ea9..c7bdc49c 100644 --- a/lib/towerops_web/components/layouts.ex +++ b/lib/towerops_web/components/layouts.ex @@ -417,12 +417,14 @@ defmodule ToweropsWeb.Layouts do > {t("Analyze")}

+ <%!-- RF Links - hidden from nav, code kept for future use <.sidebar_link navigate={~p"/rf-links"} active={@active_page == "rf-links"} icon="hero-signal" label={t("RF Links")} /> + --%> <.sidebar_link navigate={~p"/insights"} active={@active_page == "insights"}