fix: extra v in sidebar app version text
All checks were successful
Deploy / build-and-deploy (push) Successful in 59s

This commit is contained in:
juancwu 2026-02-09 21:55:01 +00:00
commit 3d2253e47f
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ templ App(title string) {
}
}
<div class="px-2 py-1">
<span class="text-xs text-muted-foreground">App version: v{ ctxkeys.AppVersion(ctx) }</span>
<span class="text-xs text-muted-foreground">App version: { ctxkeys.AppVersion(ctx) }</span>
</div>
@sidebar.Separator()
@sidebar.Menu() {

View file

@ -106,7 +106,7 @@ templ Space(title string, space *model.Space) {
}
}
<div class="px-2 py-1">
<span class="text-xs text-muted-foreground">App version: v{ ctxkeys.AppVersion(ctx) }</span>
<span class="text-xs text-muted-foreground">App version: { ctxkeys.AppVersion(ctx) }</span>
</div>
@sidebar.Separator()
@sidebar.Menu() {