Skip to content

Commit c961c5b

Browse files
committed
welcome email
1 parent dd7dba8 commit c961c5b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Diff for: book/10-begin/api/server/models/EmailTemplate.ts

-4
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ export async function insertTemplates() {
4646
<a href="https://async-await.com" target="blank"> Async</a>
4747
, our communication tool for small teams of software developers.
4848
</p>
49-
<p>
50-
If you are interested in hiring our team to help build your SaaS web application,
51-
please fill out our form at <a href="https://async-labs.com/" target="blank">Async Labs</a>.
52-
</p>
5349
Kelly & Timur, Team Async
5450
`,
5551
},

Diff for: saas/api/server/models/EmailTemplate.ts

+5-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,11 @@ export async function insertTemplates() {
4343
</p>
4444
<p>
4545
Also check out
46-
<a href="https://async-await.com" target="blank"> Async</a>
47-
, our communication tool for small teams of software developers.
46+
<a href="https://async-await.com" target="blank"> Async</a>, our communication tool for small teams of software developers.
47+
</p>
48+
<p>
49+
If you are interested in hiring our team to help build your SaaS web application,
50+
please fill out our form at <a href="https://async-labs.com/" target="blank">Async Labs</a>.
4851
</p>
4952
Kelly & Timur, Team Async
5053
`,

0 commit comments

Comments
 (0)