removed version numbers from client review
Deploy / deploy (push) Successful in 2m34s

This commit is contained in:
twotalesanimation
2026-06-12 12:47:57 +02:00
parent 23f0ceca3f
commit 874a1a98f2
2 changed files with 0 additions and 10 deletions
@@ -275,12 +275,8 @@ export default function ClientReviewPage({
{contextCode && (
<>
<span className="font-mono font-semibold">{contextCode}</span>
<span className="text-zinc-600">/</span>
</>
)}
<span className="font-mono text-sm text-zinc-300">
v{String(version.versionNumber).padStart(3, "000")}
</span>
</>
);
})()}