fix: persist newline in emails
This commit is contained in:
@@ -81,9 +81,11 @@ export const DocumentInviteEmailTemplate = ({
|
|||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<Text className="mt-2 text-base text-slate-400">
|
<Text className="mt-2 text-base text-slate-400">
|
||||||
{customBody
|
{customBody ? (
|
||||||
? customBody
|
<pre className="font-sans text-base text-slate-400">{customBody}</pre>
|
||||||
: `${inviterName} has invited you to sign the document "${documentName}".`}
|
) : (
|
||||||
|
`${inviterName} has invited you to sign the document "${documentName}".`
|
||||||
|
)}
|
||||||
</Text>
|
</Text>
|
||||||
</Section>
|
</Section>
|
||||||
</Container>
|
</Container>
|
||||||
|
|||||||
Reference in New Issue
Block a user