From 7b465ac97ecd8b037892a8aaf6fd97d0218765cc Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Thu, 6 Aug 2026 08:24:54 -0400 Subject: [PATCH] fix(ui): use a grid icon for Customize Dashboard The settings icon is a circle with radiating spokes, which reads as a sun/light-mode toggle rather than a dashboard control. Swap it for the grid icon, the standard dashboard-layout affordance. --- templates/library_switcher.templ | 2 +- templates/library_switcher_templ.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/library_switcher.templ b/templates/library_switcher.templ index 711f9d0..0acfc38 100644 --- a/templates/library_switcher.templ +++ b/templates/library_switcher.templ @@ -47,7 +47,7 @@ templ DashboardActions() { class="icon-btn" title="Customize Dashboard" > - @Icon("settings", "h-5 w-5") + @Icon("grid", "h-5 w-5")