Skip to content

Commit

Permalink
fix typo in show submission email (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
antiantivirus authored Dec 9, 2024
1 parent 4fd0421 commit fa8bade
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions emails/showSubmission.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,9 @@ const confirmationText = (
{" "}
You’ll receive an email from us closer to the date of your show – in
the meantime, please feel free to add it to your calendar. We look
forward to welcoming you to the station!
forward to welcoming you to the station.
</>
)}{" "}
We look forward to welcoming you to the station!
</Text>
{showFormLink && (
<>
Expand All @@ -192,7 +191,7 @@ const confirmationText = (
)}
<Text style={paragraph}>
Please note: Any previously confirmed shows taking place before this one
are still happening!
are still happening.
</Text>
</>
);
Expand Down

0 comments on commit fa8bade

Please sign in to comment.