chore: change sidebar top button icon

This commit is contained in:
juancwu 2026-04-12 16:23:12 +00:00
commit e90ac61b34

View file

@ -32,7 +32,7 @@ templ App(title string) {
Size: sidebar.MenuButtonSizeLg, Size: sidebar.MenuButtonSizeLg,
Href: routeurl.URL("page.app.spaces"), Href: routeurl.URL("page.app.spaces"),
}) { }) {
@icon.LayoutDashboard() @icon.PiggyBank()
<div class="flex flex-col"> <div class="flex flex-col">
<span class="text-sm font-bold">{ cfg.AppName }</span> <span class="text-sm font-bold">{ cfg.AppName }</span>
</div> </div>