don't run prettier on email templates

This commit is contained in:
m5r 2021-10-31 16:57:17 +01:00
parent 064be8e2a6
commit 57a26fb8f2
3 changed files with 5 additions and 4 deletions

View File

@ -5,3 +5,4 @@
db/migrations db/migrations
.next .next
.blitz .blitz
mailers/**/*.html

View File

@ -19,8 +19,8 @@ bodyClass: bg-gray-postmark-lighter
Hi {{ name }}, Hi {{ name }},
</h1> </h1>
<p class="mt-6 mb-20 text-base leading-24 text-gray-postmark-dark"> <p class="mt-6 mb-20 text-base leading-24 text-gray-postmark-dark">
You recently requested to reset your password for your {{ page You recently requested to reset your password for your
.company.product}} account. Use the button below to reset it. {{ page.company.product }} account. Use the button below to reset it.
<strong <strong
>This password reset is only valid for the next 24 >This password reset is only valid for the next 24
hours.</strong hours.</strong

View File

@ -35,7 +35,7 @@ bodyClass: bg-gray-postmark-lighter
</p> </p>
<p class="mt-6 mb-20 text-base leading-24 text-gray-postmark-dark"> <p class="mt-6 mb-20 text-base leading-24 text-gray-postmark-dark">
Take care! Take care!
<br />{{ page.company.sender }} <br /> <br /><br />{{ page.company.sender }} <br />
Founder at {{ page.company.product }} Founder at {{ page.company.product }}
</p> </p>
</div> </div>
@ -44,7 +44,7 @@ bodyClass: bg-gray-postmark-lighter
</table> </table>
</td> </td>
</tr> </tr>
<component src="mailers/components/footer.html"></component> <!--<component src="mailers/components/footer.html"></component>-->
</table> </table>
</td> </td>
</tr> </tr>