test(pitch-deck): banner text Draft → Draft V1 — deployment test

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-04-14 15:20:41 +02:00
parent c4e993e3f8
commit 00d802f965

View File

@@ -65,7 +65,7 @@ export default function PreviewPage() {
<div className="relative">
{/* Preview banner */}
<div className="fixed top-0 left-0 right-0 z-[100] bg-amber-500/90 text-black text-center py-1.5 text-xs font-semibold tracking-wide">
PREVIEW: {versionMeta?.name ?? 'Loading...'} {versionMeta?.status === 'draft' ? 'Draft' : 'Committed'}
PREVIEW: {versionMeta?.name ?? 'Loading...'} {versionMeta?.status === 'draft' ? 'Draft V1' : 'Committed'}
</div>
<PitchDeck
lang={lang}