From e1f6986c32767fea445eedffece488f10a73b3d2 Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Sat, 27 Jun 2026 17:15:02 +0900 Subject: feat(sidebar-tabs): prefix build hash with "build: " --- src/app/App.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/app/App.svelte b/src/app/App.svelte index 2bcf346..f8e6e5f 100644 --- a/src/app/App.svelte +++ b/src/app/App.svelte @@ -449,7 +449,7 @@ class="shrink-0 select-none px-1 font-mono text-[10px] leading-none text-base-content/30" title="Build version (git short hash)" > - {__APP_VERSION__} + build: {__APP_VERSION__}