diff options
| author | Adam Malczewski <[email protected]> | 2026-06-27 17:15:02 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-27 17:15:02 +0900 |
| commit | e1f6986c32767fea445eedffece488f10a73b3d2 (patch) | |
| tree | eef0958b235d94fc00151aae809101a0fa12da62 /src | |
| parent | 47248676ff6db70c4db00c866e13840c3299de36 (diff) | |
| download | dispatch-web-e1f6986c32767fea445eedffece488f10a73b3d2.tar.gz dispatch-web-e1f6986c32767fea445eedffece488f10a73b3d2.zip | |
feat(sidebar-tabs): prefix build hash with "build: "
Diffstat (limited to 'src')
| -rw-r--r-- | src/app/App.svelte | 2 |
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" |
