Skip to content

Commit

Permalink
isYc={isYc}
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Damer committed Nov 1, 2023
1 parent b67efef commit 5db0855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/waitlistInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const generateTokenPage = ({ anonCode, attestationType }: WaitlistProps) => {
<MjmlSpacer height={values.px16} />
<JumpWithTweet anonCode={anonCode} />
<MjmlSpacer height={values.px16} />
<VerifyFasterContext attestationType={attestationType} />
<VerifyFasterContext attestationType={attestationType} isYc={isYc} />
<MjmlSpacer height={values.px16} />
{isYc && <YcNft />}

Expand Down

0 comments on commit 5db0855

Please sign in to comment.