chore: update signup link

This commit is contained in:
Timur Ercan
2023-05-28 06:16:48 +02:00
parent eb18a7e11c
commit b2b499f397
4 changed files with 10 additions and 8 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://documenso.com">Hosted Documenso is coming soon™</a>.</small>
<small>Like Documenso? <a href="https://documenso.com">Hosted Documenso is here!</a>.</small>
</p>`;
const html = baseEmailTemplate(message, customContent);

View File

@ -21,7 +21,7 @@ export const signingRequestTemplate = (
<small>If you have questions about this document, you should ask ${user.name}.</small>
<hr size="1" style="height:1px;border:none;color:#e0e0e0;background-color:#e0e0e0">
<p style="margin-top: 14px;">
<small>Want to send you own signing links? <a href="https://documenso.com">Hosted Documenso is coming soon™</a>.</small>
<small>Want to send you own signing links? <a href="https://documenso.com">Hosted Documenso is here!</a>.</small>
</p>`;
const html = baseEmailTemplate(message, customContent);
@ -29,4 +29,4 @@ export const signingRequestTemplate = (
return html;
};
export default signingRequestTemplate;
export default signingRequestTemplate;