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
-6
View File
@@ -404,9 +404,6 @@ export default function ClientPortalPage({
</div>
{ver ? (
<div className="flex items-center gap-3 shrink-0">
<span className="hidden sm:inline text-xs font-mono text-zinc-500">
v{String(ver.versionNumber).padStart(3, '0')}
</span>
<span
className={cn(
'inline-flex items-center gap-1.5 px-2.5 py-1 rounded-full border text-xs font-medium',
@@ -496,9 +493,6 @@ export default function ClientPortalPage({
</div>
{ver ? (
<div className="flex items-center gap-3 shrink-0">
<span className="text-xs font-mono text-zinc-500">
v{String(ver.versionNumber).padStart(3, '0')}
</span>
<span
className={cn(
'inline-flex items-center gap-1.5 px-2.5 py-1 rounded-full border text-xs font-medium',
@@ -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>
</>
);
})()}