chore: change sidebar top button icon
This commit is contained in:
parent
de0e87cd71
commit
e90ac61b34
1 changed files with 3 additions and 3 deletions
|
|
@ -23,8 +23,8 @@ templ App(title string) {
|
||||||
}) {
|
}) {
|
||||||
@sidebar.Layout() {
|
@sidebar.Layout() {
|
||||||
@sidebar.Sidebar(sidebar.Props{
|
@sidebar.Sidebar(sidebar.Props{
|
||||||
Collapsed: ctxkeys.SidebarCollapsed(ctx),
|
Collapsed: ctxkeys.SidebarCollapsed(ctx),
|
||||||
}) {
|
}) {
|
||||||
@sidebar.Header() {
|
@sidebar.Header() {
|
||||||
@sidebar.Menu() {
|
@sidebar.Menu() {
|
||||||
@sidebar.MenuItem() {
|
@sidebar.MenuItem() {
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue