Let verify tutorial demo card fill the /verify card width

On /verify the VerifyTutorial rendered without the stacked prop, so its
DemoStage stayed capped at max-w-md inside the much wider max-w-2xl
verifier panel, leaving the animated campaign card looking too small for
its parent. Pass stacked so the demo spans the full container width.

Regression-of: 96c7acfc
This commit is contained in:
lemon
2026-06-14 16:07:38 -07:00
parent 7c4ee25379
commit b0fc77ada1
+1
View File
@@ -326,6 +326,7 @@ function VerifierEditor() {
{isPublished && (
<VerifyTutorial
stacked
verifierName={metadata?.name ?? (user ? genUserName(user.pubkey) : undefined)}
verifierPicture={metadata?.picture}
/>