Take that linter!

This commit is contained in:
Atridad Lahiji 2023-06-18 01:30:47 -06:00 committed by atridadl
parent 7275dbc4e4
commit b2361c57ee
No known key found for this signature in database

View file

@ -21,7 +21,7 @@ export const Goodbye: React.FC<Readonly<EmailTemplateProps>> = ({ name }) => (
<Body> <Body>
<Container> <Container>
<Heading className="text-4xl">Farewell, {name}...</Heading> <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> <Text>
Your data has been deleted, including all room history, user data, Your data has been deleted, including all room history, user data,
votes, etc. votes, etc.