From 6f1edb938e998d52a1471ff074030c1382ab9d09 Mon Sep 17 00:00:00 2001 From: naturallaw777 <99053422+naturallaw777@users.noreply.github.com> Date: Tue, 4 Aug 2026 16:29:52 +0000 Subject: [PATCH] Prefix OS version badge with 'v' (v1.0.5) Keeps the modal-matching neutral pill styling; the badge now reads "v1.0.5" as plain uniform text instead of the bare number. Co-authored-by: arena-agent <297053741+arena-agent@users.noreply.github.com> --- app/sovran_systemsos_web/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/sovran_systemsos_web/templates/index.html b/app/sovran_systemsos_web/templates/index.html index 97fe935..916e101 100644 --- a/app/sovran_systemsos_web/templates/index.html +++ b/app/sovran_systemsos_web/templates/index.html @@ -26,7 +26,7 @@ Sovran_SystemsOS Hub - {{ sovran_version }} + v{{ sovran_version }}