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.
This commit is contained in:
2026-08-06 08:24:54 -04:00
parent 033a012069
commit 7b465ac97e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ templ DashboardActions() {
class="icon-btn"
title="Customize Dashboard"
>
@Icon("settings", "h-5 w-5")
@Icon("grid", "h-5 w-5")
</button>
<button
data-action="reload-page"
+1 -1
View File
@@ -190,7 +190,7 @@ func DashboardActions() templ.Component {
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}
templ_7745c5c3_Err = Icon("settings", "h-5 w-5").Render(ctx, templ_7745c5c3_Buffer)
templ_7745c5c3_Err = Icon("grid", "h-5 w-5").Render(ctx, templ_7745c5c3_Buffer)
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}