mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
💬 text
This commit is contained in:
@ -68,10 +68,10 @@ const SignPage: NextPageWithLayout = (props: any) => {
|
||||
<p className="mt-4 text-center text-sm text-gray-600">
|
||||
Want to send slick signing links like this one?{" "}
|
||||
<Link
|
||||
href="/signup?source=signed"
|
||||
href="https://documenso.com"
|
||||
className="font-medium text-neon hover:text-neon"
|
||||
>
|
||||
Create your own Account
|
||||
Hosted Documenso is coming soon™
|
||||
</Link>
|
||||
</p>
|
||||
</>
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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://app.documenso.com/signup?source=signrequest">Create your own acccount</a>.</small>
|
||||
<small>Want to send you own signing links? <a href="https://documenso.com">Hosted Documenso is coming soon™</a>.</small>
|
||||
</p>`;
|
||||
|
||||
const html = baseEmailTemplate(message, customContent);
|
||||
|
||||
Reference in New Issue
Block a user