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 }) => (
|
export const Goodbye: React.FC<Readonly<EmailTemplateProps>> = ({ name }) => (
|
||||||
<div>
|
<div>
|
||||||
<h1>Welcome, {name}!</h1>
|
<h1>Farewell, {name}...</h1>
|
||||||
<p>{"We're sorry to see you go!"}</p>
|
<p>{"We're sorry to see you go."}</p>
|
||||||
<p>
|
<p>
|
||||||
Your data has been deleted, including all room history, user data, votes,
|
Your data has been deleted, including all room history, user data, votes,
|
||||||
etc.
|
etc.
|
||||||
|
|
Loading…
Add table
Reference in a new issue