diff --git a/.prettierignore b/.prettierignore index ad8c486..d26a413 100644 --- a/.prettierignore +++ b/.prettierignore @@ -5,3 +5,4 @@ db/migrations .next .blitz +mailers/**/*.html diff --git a/mailers/templates/forgot-password.html b/mailers/templates/forgot-password.html index 56daa24..c79b666 100644 --- a/mailers/templates/forgot-password.html +++ b/mailers/templates/forgot-password.html @@ -19,8 +19,8 @@ bodyClass: bg-gray-postmark-lighter Hi {{ name }},

- You recently requested to reset your password for your {{ page - .company.product}} account. Use the button below to reset it. + You recently requested to reset your password for your + {{ page.company.product }} account. Use the button below to reset it. This password reset is only valid for the next 24 hours.

Take care! -
{{ page.company.sender }}
+

{{ page.company.sender }}
Founder at {{ page.company.product }}

@@ -44,7 +44,7 @@ bodyClass: bg-gray-postmark-lighter - +