Skip to content

Commit

Permalink
fix(email-generator): change app title
Browse files Browse the repository at this point in the history
  • Loading branch information
bsahitya committed Sep 16, 2024
1 parent d426328 commit 803db5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/email-generator/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
src="https://cdn.jsdelivr.net/gh/bsahitya/wysiwyg-email-editor/public/images/teradata.svg"
alt=""
/>
<h2>MJML Email Editor</h2>
<h2>Email generator</h2>
</div>
<app-editor [value]="selectedTemplate"></app-editor>
</div>
Expand Down

0 comments on commit 803db5f

Please sign in to comment.