💬 text

This commit is contained in:
Timur Ercan
2023-03-14 09:52:28 +01:00
parent ee5dd6c49e
commit d181d9e2f4
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ export const signingCompleteTemplate = (message: string) => {
A copy of the signed document has been attached to this email.
</p>
<p style="margin-top: 14px;">
<small>Like Documenso? <a href="https://app.documenso.com/signup?source=completemail">Create your own acccount</a>.</small>
<small>Like Documenso? <a href="https://documenso.com">Hosted Documenso is coming soon™</a>.</small>
</p>`;
const html = baseEmailTemplate(message, customContent);