chore: update templ and templui
This commit is contained in:
parent
b5d195baea
commit
61eaa268ab
89 changed files with 25776 additions and 8231 deletions
|
|
@ -156,7 +156,7 @@ templ AppSidebarDropdown(user *model.User) {
|
|||
Href: "/app/settings",
|
||||
}) {
|
||||
<span class="flex items-center">
|
||||
@icon.Settings(icon.Props{Size: 16, Class: "mr-2"})
|
||||
@icon.Settings(icon.Props{Class: "mr-2"})
|
||||
Settings
|
||||
</span>
|
||||
}
|
||||
|
|
@ -168,7 +168,7 @@ templ AppSidebarDropdown(user *model.User) {
|
|||
},
|
||||
}) {
|
||||
<span class="flex items-center">
|
||||
@icon.LogOut(icon.Props{Size: 16, Class: "mr-2"})
|
||||
@icon.LogOut(icon.Props{Class: "mr-2"})
|
||||
Log out
|
||||
</span>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue