unify version numbering

This commit is contained in:
Zimeng Xiong
2025-11-23 08:53:36 -08:00
parent c502f1c0bd
commit eb5f54a6d0
6 changed files with 47 additions and 40 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ export const Settings: React.FC = () => {
<div className="text-center">
<h3 className="text-xl font-bold text-slate-900 dark:text-white mb-1">Version Info</h3>
<div className="text-sm text-slate-500 dark:text-neutral-400 font-medium flex flex-col items-center gap-1">
<span className="font-mono text-base text-slate-900 dark:text-white">
<span className="text-base text-slate-900 dark:text-white">
{appVersion}
</span>
{buildLabel && (