Skip to content

Commit

Permalink
Theo fixes all
Browse files Browse the repository at this point in the history
  • Loading branch information
rackner committed Jan 20, 2025
1 parent 3374b1e commit 2e3fa01
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,14 @@ export default {
contactPerson: string,
phoneNumber: string
) => "<div style=\"background-color:#090E2F;padding:30px;font-family:Arial, sans-serif;line-height:1.6\">" +
"<div style=\"background-color:#DE3163;padding:30px;color:#ffffff;border-radius:10px\">" +
"<div style=\"font-size:24px\">" +
"<table style=\"background-color:#DE3163;padding:30px;color:#ffffff;border-radius:10px\">" +
"<thead style=\"font-size:24px\">" +
"<tr>" +
"Hi!<br>" +
"</div>" +
"/tr" +
"</thead>" +
"<tbody>" +
"<tr>" +
"<p>We are pleased to confirm we have received your exhibitor registration." +
"We will contact you during the spring about whether you got a spot at D-Dagen." +
"You can expect to hear from us during spring</p><br>" +
Expand All @@ -458,7 +462,9 @@ export default {
"<p>Thank you for your registration and we look forward to a successful event.</p><br>" +
"<p>Best regards</p><br>" +
"<p>The D-Dagen project group</p><br>" +
"</div>" +
"</tbody>" +
"</tr>" +
"</table>" +
"<img src=\"https://dev.ddagen.se/img/d-dagen-logo.png\" alt=\"Ddagen logga\">" +
"</div>",
},
Expand Down

0 comments on commit 2e3fa01

Please sign in to comment.