This commit is contained in:
@@ -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>
|
||||
</>
|
||||
);
|
||||
})()}
|
||||
|
||||
Reference in New Issue
Block a user