From e90ac61b34bdd5f02fb84e9a2442452275adf405 Mon Sep 17 00:00:00 2001 From: juancwu Date: Sun, 12 Apr 2026 16:23:12 +0000 Subject: [PATCH] chore: change sidebar top button icon --- internal/ui/layouts/app.templ | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/ui/layouts/app.templ b/internal/ui/layouts/app.templ index 7917862..a1e4628 100644 --- a/internal/ui/layouts/app.templ +++ b/internal/ui/layouts/app.templ @@ -23,8 +23,8 @@ templ App(title string) { }) { @sidebar.Layout() { @sidebar.Sidebar(sidebar.Props{ - Collapsed: ctxkeys.SidebarCollapsed(ctx), - }) { + Collapsed: ctxkeys.SidebarCollapsed(ctx), + }) { @sidebar.Header() { @sidebar.Menu() { @sidebar.MenuItem() { @@ -32,7 +32,7 @@ templ App(title string) { Size: sidebar.MenuButtonSizeLg, Href: routeurl.URL("page.app.spaces"), }) { - @icon.LayoutDashboard() + @icon.PiggyBank()
{ cfg.AppName }