improve dashboard page
This commit is contained in:
parent
dd7f2ebe3e
commit
081499ca59
5 changed files with 89 additions and 55 deletions
|
|
@ -28,7 +28,7 @@ templ Space(title string, space *model.Space) {
|
|||
@icon.LayoutDashboard()
|
||||
<div class="flex flex-col">
|
||||
<span class="text-sm font-bold">{ cfg.AppName }</span>
|
||||
<span class="text-xs text-muted-foreground">Back to Home</span>
|
||||
<span class="text-xs text-muted-foreground">Back to Dashboard</span>
|
||||
</div>
|
||||
}
|
||||
}
|
||||
|
|
@ -103,7 +103,7 @@ templ Space(title string, space *model.Space) {
|
|||
@breadcrumb.List() {
|
||||
@breadcrumb.Item() {
|
||||
@breadcrumb.Link(breadcrumb.LinkProps{Href: "/app/dashboard"}) {
|
||||
Home
|
||||
Dashboard
|
||||
}
|
||||
}
|
||||
@breadcrumb.Separator()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue