Better farewell...
This commit is contained in:
parent
ddf4d47de8
commit
83939d34e0
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue