diff --git a/src/email/email.tsx b/src/email/email.tsx index c298826..f3294bd 100644 --- a/src/email/email.tsx +++ b/src/email/email.tsx @@ -244,7 +244,7 @@ const XOXNOEmail = ({ backgroundColor: '#121212', }} > - +

We're excited to have you join us at the {eventName}! You can use the QR Code attached to this email to pass the event check-in.", + "We're excited to have you join us at the {eventName}! You can use the QR Code attached to this email to pass the event check-in.", action: 'CLAIM YOUR DIGITAL TICKET HERE', hint: 'If you want to get the best experience and a unique collectible as a memory of this event, click below to claim your digital ticket:', qr: 'If you have trouble accessing the ticket on the website, use the QR Code attached to this email to pass the check-in.', @@ -91,7 +92,7 @@ const EventEmail = ({ : style.background, }} > - +
{t('title', { eventName: event.name })} + {t('greeting', { name })} {t.rich('description', { eventName: event.name, - name, - br: () =>
, b: (chunks) => {chunks}, })}
diff --git a/src/email/event-email.tsx b/src/email/event-email.tsx index 58dbc1d..6728aff 100644 --- a/src/email/event-email.tsx +++ b/src/email/event-email.tsx @@ -89,7 +89,7 @@ const EventEmail = ({ : style.background, }} > - +
- +