fix: extra v in sidebar app version text
All checks were successful
Deploy / build-and-deploy (push) Successful in 59s
All checks were successful
Deploy / build-and-deploy (push) Successful in 59s
This commit is contained in:
parent
b47e48b882
commit
3d2253e47f
2 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ templ App(title string) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
<div class="px-2 py-1">
|
<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>
|
</div>
|
||||||
@sidebar.Separator()
|
@sidebar.Separator()
|
||||||
@sidebar.Menu() {
|
@sidebar.Menu() {
|
||||||
|
|
|
||||||
|
|
@ -106,7 +106,7 @@ templ Space(title string, space *model.Space) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
<div class="px-2 py-1">
|
<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>
|
</div>
|
||||||
@sidebar.Separator()
|
@sidebar.Separator()
|
||||||
@sidebar.Menu() {
|
@sidebar.Menu() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue