summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-27 17:15:02 +0900
committerAdam Malczewski <[email protected]>2026-06-27 17:15:02 +0900
commite1f6986c32767fea445eedffece488f10a73b3d2 (patch)
treeeef0958b235d94fc00151aae809101a0fa12da62
parent47248676ff6db70c4db00c866e13840c3299de36 (diff)
downloaddispatch-web-e1f6986c32767fea445eedffece488f10a73b3d2.tar.gz
dispatch-web-e1f6986c32767fea445eedffece488f10a73b3d2.zip
feat(sidebar-tabs): prefix build hash with "build: "
-rw-r--r--src/app/App.svelte2
1 files changed, 1 insertions, 1 deletions
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__}
</span>
<button
class="btn btn-square btn-ghost btn-sm mx-1 shrink-0"