emails
This commit is contained in:
@@ -11,8 +11,8 @@ const Email = ({ invitedBy, url }: EmailProps) => {
|
||||
return (
|
||||
<Layout>
|
||||
<Container>
|
||||
<Text className="pt-4 text-2xl">You're invited to Officer</Text>
|
||||
<Text>You have been invited by {invitedBy || '<invitedBy>'} to join Officer.</Text>
|
||||
<Text className="pt-4 text-2xl">You're invited to officer.dev</Text>
|
||||
<Text>You have been invited by {invitedBy || '<invitedBy>'} to join officer.dev.</Text>
|
||||
<Text>Click the button below to set up your account.</Text>
|
||||
<Button href={url || 'https://example.com'}>Accept Invitation</Button>
|
||||
</Container>
|
||||
|
||||
Reference in New Issue
Block a user