Better farewell...

This commit is contained in:
Atridad Lahiji 2023-06-07 22:38:47 -06:00 committed by atridadl
parent ddf4d47de8
commit 83939d34e0
No known key found for this signature in database

View file

@ -6,8 +6,8 @@ interface EmailTemplateProps {
export const Goodbye: React.FC<Readonly<EmailTemplateProps>> = ({ name }) => (
<div>
<h1>Welcome, {name}!</h1>
<p>{"We're sorry to see you go!"}</p>
<h1>Farewell, {name}...</h1>
<p>{"We're sorry to see you go."}</p>
<p>
Your data has been deleted, including all room history, user data, votes,
etc.