From 35fc993db03a4a2a19955384fd4127f863e4fc5f Mon Sep 17 00:00:00 2001 From: Graham McIntie Date: Sat, 14 Feb 2026 13:57:02 -0600 Subject: [PATCH] ui: remove border above nav tabs on org and user settings --- lib/towerops_web/live/org/settings_live.html.heex | 2 +- lib/towerops_web/live/user_settings_live.html.heex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/towerops_web/live/org/settings_live.html.heex b/lib/towerops_web/live/org/settings_live.html.heex index 30c58fc2..da775c1a 100644 --- a/lib/towerops_web/live/org/settings_live.html.heex +++ b/lib/towerops_web/live/org/settings_live.html.heex @@ -2,7 +2,7 @@ flash={@flash} current_scope={@current_scope} > -
+
<.link navigate={~p"/dashboard"} diff --git a/lib/towerops_web/live/user_settings_live.html.heex b/lib/towerops_web/live/user_settings_live.html.heex index a510c06d..a099ebbd 100644 --- a/lib/towerops_web/live/user_settings_live.html.heex +++ b/lib/towerops_web/live/user_settings_live.html.heex @@ -2,7 +2,7 @@ flash={@flash} current_scope={@current_scope} > -
+

Account Settings