This commit is contained in:
2026-02-25 02:54:32 +00:00
parent 625905fc29
commit 7078b68146
10 changed files with 175 additions and 67 deletions
+2 -2
View File
@@ -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>