fix: remove extra AppVersion context key entry

This commit is contained in:
juancwu 2026-02-23 17:51:13 +00:00
commit 7e3a2db356
6 changed files with 2 additions and 21 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: { ctxkeys.AppVersion(ctx) }</span>
<span class="text-xs text-muted-foreground">App version: { cfg.Version }</span>
</div>
@sidebar.Separator()
@sidebar.Menu() {

View file

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