@@ -4,7 +4,7 @@ import EmailLayout, { bodyText } from './components/EmailLayout';
|
||||
|
||||
export const TrustCenterDocumentAccessRejected = () => {
|
||||
return (
|
||||
<EmailLayout subject={`Trust Center Access Invitation - ${'{{.OrganizationName}}'}`} organizationName={'{{.OrganizationName}}'}>
|
||||
<EmailLayout subject={`Trust Center Document Access Rejected - ${'{{.OrganizationName}}'}`}>
|
||||
<Text style={bodyText}>
|
||||
Your access request to the following files in <strong>{'{{.OrganizationName}}'}</strong>'s Trust Center has been rejected:
|
||||
</Text>
|
||||
|
||||
@@ -16,13 +16,11 @@ import { ProboLogo } from './ProboLogo';
|
||||
interface EmailLayoutProps {
|
||||
subject: string;
|
||||
children: React.ReactNode;
|
||||
organizationName?: string;
|
||||
}
|
||||
|
||||
export const EmailLayout = ({
|
||||
subject,
|
||||
children,
|
||||
organizationName,
|
||||
}: EmailLayoutProps) => {
|
||||
return (
|
||||
<Html lang="en">
|
||||
|
||||
Reference in New Issue
Block a user