From cc6dfab88906194396ce577969f043293fbfe33b Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 13 Mar 2026 16:51:33 -0500 Subject: [PATCH] Move theme toggle from header to user settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the theme toggle dropdown from the nav bar and its component definition. Theme selection already exists in Account Settings → Personal. --- lib/towerops_web/components/layouts.ex | 71 -------------------------- 1 file changed, 71 deletions(-) diff --git a/lib/towerops_web/components/layouts.ex b/lib/towerops_web/components/layouts.ex index 43f33526..8f89c558 100644 --- a/lib/towerops_web/components/layouts.ex +++ b/lib/towerops_web/components/layouts.ex @@ -252,9 +252,6 @@ defmodule ToweropsWeb.Layouts do <.icon name="hero-question-mark-circle" class="h-5 w-5" /> - - <.theme_toggle /> - - - - - """ - end - @doc """ Renders the admin layout.