Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Jun 8, 2022
1 parent 3cbf896 commit 158d8e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/emails/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Install and enable the [MJML VSCode extension](https://marketplace.visualstudio.
{
"TemplateName": "%name%",
"EmailTemplateRequest": {
"Subject": "<your-subject>",
"TemplateDescription": "<your-description>",
"Subject": "your-subject",
"TemplateDescription": "your-description",
"TextPart": "%text%",
"HtmlPart": "%html%"
}
Expand Down
2 changes: 1 addition & 1 deletion content/emails/templates/welcome/index.mjml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<mj-image width="800px" src="../../shared/header.svg"></mj-image>
<mj-divider border-color="#000000"></mj-divider>
<mj-text font-size="32px" font-weight="600" color="#000000" font-family="Inter">Welcome to Casimir</mj-text>
<mj-text font-size="14px" font-family="Inter">You'll be the first to hear updates from us as we prepare to launch the Casimir platform.</mj-text>
<mj-text font-size="14px" font-family="Inter">You'll be the first to hear updates from us as we prepare to launch the Casimir asset management platform.</mj-text>
<mj-button font-size="20px" font-family="Inter" background-color="#F36F38" href="https://casimir.co/blog">Explore our content</mj-button>
</mj-column>
</mj-section>
Expand Down

0 comments on commit 158d8e8

Please sign in to comment.