Take that linter!
This commit is contained in:
parent
7275dbc4e4
commit
b2361c57ee
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export const Goodbye: React.FC<Readonly<EmailTemplateProps>> = ({ name }) => (
|
|||
<Body>
|
||||
<Container>
|
||||
<Heading className="text-4xl">Farewell, {name}...</Heading>
|
||||
<Text>We're sorry to see you go.</Text>
|
||||
<Text>{"Were sorry to see you go."}</Text>
|
||||
<Text>
|
||||
Your data has been deleted, including all room history, user data,
|
||||
votes, etc.
|
||||
|
|
Loading…
Add table
Reference in a new issue