update email templates

This commit is contained in:
Emily
2025-04-11 18:16:14 +02:00
parent 475512711b
commit 1187cafd07
10 changed files with 290 additions and 121 deletions

View File

@@ -1,5 +1,6 @@
export const CONFIRM_EMAIL = `<!DOCTYPE html>
export const CONFIRM_EMAIL = `
<!DOCTYPE html>
<html>
<head>
@@ -35,7 +36,7 @@ export const CONFIRM_EMAIL = `<!DOCTYPE html>
.button {
display: inline-block;
padding: 10px 20px;
background-color: #007bff;
background-color: #0a0a0a;
color: #ffffff;
text-decoration: none;
border-radius: 5px;
@@ -61,7 +62,7 @@ export const CONFIRM_EMAIL = `<!DOCTYPE html>
<p>We hope to hear from you soon!</p>
<div class="footer">
<p>&copy; 2024 Litlyx. All rights reserved.</p>
<p>2025 &copy; Litlyx. All rights reserved.</p>
</div>
</div>
</body>