Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
borispoehland committed Aug 25, 2024
1 parent b3f108a commit feef958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/email/event-email.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const translations = {
title: 'Dear {name},',
description:
"We're excited to have you join us at the {eventName}! Please click the button below to redeem your ticket and secure your spot:",
action: 'Redeem your ticket',
action: 'Claim your ticket',
info: 'For more information and updates, <xoxnolink>visit our website</xoxnolink>. If you have any questions, feel free to reach out to us <emaillink>via email</emaillink>.',
maps: 'Open in Google Maps',
footer: '❤️ Thank you for using XOXNO!',
Expand Down Expand Up @@ -119,7 +119,7 @@ const EventEmail = ({
<Center>
<Img
src={event.ticketImage}
width={400}
width={320}
alt="Picture of ticket"
/>
</Center>
Expand Down

0 comments on commit feef958

Please sign in to comment.