chore: migrate admin general
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
2025-09-25 15:49:51 -04:00
parent f53959b38f
commit 43af4d0a01
7 changed files with 230 additions and 54 deletions

View File

@@ -18,7 +18,7 @@ func Navigation(ctx models.PageContext) g.Node {
return h.Div(
g.Attr("class", "flex items-center justify-between w-full h-16"),
Sidebar(ctx),
h.H1(g.Attr("class", "text-xl font-bold px-6 lg:ml-44"), g.Text(ctx.Route.Title())),
h.H1(g.Attr("class", "text-xl font-bold whitespace-nowrap px-6 lg:ml-44"), g.Text(ctx.Route.Title())),
Dropdown(ctx.UserInfo.Username),
)
}