fix: Change CTA link to Flagship (#14)

This commit is contained in:
Sahil Deshmukh 2026-01-25 09:22:38 -08:00 committed by GitHub
parent 906873d52d
commit a17f4d9bb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -243,12 +243,12 @@ function App({slug, content, record_id}: {slug: string | undefined, content: Sat
<div className='font-ember-and-fire text-white text-4xl pl-2 -translate-y-1 md:rotate-[-1.2deg]' style={{
textShadow: "0px 4px 4px rgba(0,0,0,0.25)"
}}>
{content.localization.hero.ctaSecondaryPrefix}<span
{content.localization.hero.ctaSecondaryPrefix}<a
className='underline inline-block cursor-pointer transition-transform hover:scale-105 active:scale-95'
onClick={() => openWithEmail(FORM_URL_RSVP)}
href='https://flagship.hackclub.com?utm_source=campfire-website'
>
{content.localization.hero.ctaSecondary}
</span>{content.localization.hero.ctaSecondarySuffix}
</a>{content.localization.hero.ctaSecondarySuffix}
</div>
</div>
</div>