UI: Sync version strings to 1.2.1

This commit is contained in:
Daniel Bedeleanu
2026-04-10 21:55:32 +03:00
parent 8bf1945acc
commit 80af77f81a

View File

@@ -446,7 +446,7 @@ export default function Home() {
</h1>
<div className="flex items-center gap-2 mt-1">
<p className="text-[9px] font-bold text-slate-500 tracking-[0.2em] font-mono">
VERSION 1.1.0
VERSION 1.2.1
</p>
<span className="w-1 h-1 rounded-full bg-slate-800" />
<button
@@ -895,7 +895,7 @@ export default function Home() {
<footer className="mt-20 mb-8 flex flex-col items-center gap-2 opacity-30">
<p className="text-[10px] font-bold tracking-[0.3em] uppercase">Powered by TFM Group Software</p>
<div className="h-px w-12 bg-slate-800" />
<p className="text-[9px] font-mono">v1.1.0 2026-04-10 BUILD: dev-84140</p>
<p className="text-[9px] font-mono">v1.2.1 2026-04-10 BUILD: dev-84145</p>
</footer>
{/* Bottom Nav */}