Build [v1.10.9]

This commit is contained in:
2026-04-15 19:57:06 +03:00
parent 757e9a7aa7
commit 49d50e0849
3 changed files with 7 additions and 7 deletions

View File

@@ -773,9 +773,9 @@ export default function Home() {
<Minus size={24} />
</button>
<div className="text-center">
<span className="text-xs font-black tabular-nums">{zoom.toFixed(1)}x</span>
<span className="text-[10px] text-primary/80 font-bold uppercase tracking-tight">Zoom</span>
</div>
<span className="text-xs font-black tabular-nums">{adjustQty}</span>
<span className="text-[10px] text-primary/80 font-bold uppercase tracking-tight">Units</span>
</div>
<button
onClick={() => setAdjustQty(adjustQty + 1)}
className="w-12 h-12 rounded-full border border-slate-800 flex items-center justify-center text-slate-400 active:bg-slate-800"