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>
|
||||
|
||||
@@ -10,7 +10,7 @@ const MainLayout = ({ children }: { children: ReactNode }) => {
|
||||
<Container className="rounded-lg bg-white p-8 shadow-lg">
|
||||
<Img
|
||||
className="mx-auto block"
|
||||
src="https://static.officer.dev/officer-logo.svg"
|
||||
src="https://static.officer.dev/officer-logo.png"
|
||||
width="240"
|
||||
alt="Officer Logo"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user