update titles

This commit is contained in:
2025-03-07 14:37:32 -05:00
parent 762ba7027d
commit a0b5a2a6f8
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ func GeneratorHandler(w http.ResponseWriter, r *http.Request) {
identity := middleware.GetIdentity(r) identity := middleware.GetIdentity(r)
session := middleware.GetSession(r) session := middleware.GetSession(r)
AppLayout("Passkey Generator", *identity, session, AppLayout("Generator", *identity, session,
HxLoad("/app/generator-hx"), HxLoad("/app/generator-hx"),
).Render(w) ).Render(w)
} }

View File

@@ -27,7 +27,7 @@ var NavGroups = []NavGroup{
{ {
Title: "Tools", Title: "Tools",
SubGroup: []NavGroup{ SubGroup: []NavGroup{
{SectionId: LAYOUT_SECTION_TOOLS, Title: "Passkey Generator", URL: "/app/generator"}, {SectionId: LAYOUT_SECTION_TOOLS, Title: "Generator", URL: "/app/generator"},
}, },
}, },
} }