Skip to content

Commit

Permalink
Merge branch '380-update-automated-emails-font-text-picture' final de…
Browse files Browse the repository at this point in the history
…sign
  • Loading branch information
davidbjorklund committed Feb 3, 2025
2 parents 06cbd67 + 77460d1 commit 45c6ed4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,8 @@ export default {
phoneNumber: string
) =>

"<div style=\"background-color:#14112A;padding:30px;font-family:Arial, sans-serif;font-size: 16px; line-height:1.6; max-width: 100vw\">" +
"<table style=\"background-color:#DE3163;padding:30px;color:#ffffff;border-radius:10px\">" +
"<div style=\"background-color:#14112A;padding-top:30px;font-family:Arial, sans-serif;font-size: 16px; line-height:1.6; max-width: 100vw\">" +
"<table style=\"background-color:#DE3163;margin:30px;padding:30px;color:#ffffff;border-radius:10px\">" +
"<thead style=\"font-size:24px\">" +
"<tr>" +
"Hi!<br>" +
Expand Down Expand Up @@ -498,7 +498,7 @@ export default {
"</tbody>" +
"</table>" +
"<a href=\"https://ddagen.se/en\" alt=\"Link to ddagen.se\" >" +
"<img src=\"https://dev.ddagen.se/img/email-signatur.png\" alt=\"Ddagen logga\" style=\"width: 100%; max-width: 1190px; height: auto; display: block;\" ></img>" +
"<img src=\"https://dev.ddagen.se/img/email-signatur.png\" alt=\"Ddagen logga\" style=\"width: 100%; height: auto; display: block;\" ></img>" +
"</a>" +
"</div>",
},
Expand Down
6 changes: 3 additions & 3 deletions src/locales/sv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@ export default {
contactPerson: string,
phoneNumber: string
) =>
"<div style=\"background-color:#14112A;padding:30px;font-family:Arial, sans-serif;font-size: 16px; line-height:1.6; max-width: 100vw\">" +
"<table style=\"background-color:#DE3163;padding:30px;color:#ffffff;border-radius:10px\">" +
"<div style=\"background-color:#14112A;padding-top:30px;font-family:Arial, sans-serif;font-size: 16px; line-height:1.6; max-width: 100vw\">" +
"<table style=\"background-color:#DE3163;margin:30px;padding:30px;color:#ffffff;border-radius:10px\">" +
"<thead style=\"font-size:24px\">" +
"<tr>" +
"Hi!<br>" +
Expand Down Expand Up @@ -495,7 +495,7 @@ export default {
"</tbody>" +
"</table>" +
"<a href=\"https://ddagen.se/en\" alt=\"Link to ddagen.se\" >" +
"<img src=\"https://dev.ddagen.se/img/email-signatur.png\" alt=\"Ddagen logga\" style=\"width: 100%; max-width: 1190px; height: auto; display: block;\" ></img>" +
"<img src=\"https://dev.ddagen.se/img/email-signatur.png\" alt=\"Ddagen logga\" style=\"width: 100%; height: auto; display: block;\" ></img>" +
"</a>" +
"</div>",
},
Expand Down

0 comments on commit 45c6ed4

Please sign in to comment.