From 0d45f3fc25915a7cfd25cb338eb7aaff1c7a1410 Mon Sep 17 00:00:00 2001 From: Henry Garner Date: Mon, 22 Jun 2026 14:48:09 +0100 Subject: [PATCH] xt26: switch attend section to on-demand recordings signup --- src/components/XT26Page.astro | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/XT26Page.astro b/src/components/XT26Page.astro index f968a66ec..58430f996 100644 --- a/src/components/XT26Page.astro +++ b/src/components/XT26Page.astro @@ -5,7 +5,7 @@ import Layout from '@layouts/Layout.astro' import XT26Agenda from '@components/XT26Agenda.astro' import speakers from '../data/xt26/speakers.json' -const subject = 'XT26 Request for Invite' +const subject = 'XT26 Talks Recording Request' --- - Apply to Attend + Watch the Talks @@ -190,10 +190,10 @@ const subject = 'XT26 Request for Invite'

- XT26 is now sold out + XT26 Talks – On-Demand

- Fill in the form to join the waitlist. We'll let you know if a spot opens up. + We're currently editing all the talks. Fill in the form below, and we'll send you a link to the recordings as soon as they're ready.

@@ -204,9 +204,9 @@ const subject = 'XT26 Request for Invite' variant='dark' transparentInputs submitLabelColor='#0b0e14' - submitLabel='Join Waitlist' - successTitle="You're on the waitlist" - successMessage="We'll let you know if a spot opens up." + submitLabel='Send me the link' + successTitle="You're on the list" + successMessage="We'll email you when the recordings are ready." />