Skip to content

Commit

Permalink
Upgrade react-email
Browse files Browse the repository at this point in the history
  • Loading branch information
DinerIsmail committed Nov 3, 2023
1 parent 877cf05 commit 2381822
Show file tree
Hide file tree
Showing 3 changed files with 709 additions and 566 deletions.
5 changes: 3 additions & 2 deletions components/emails/InviteEmail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const InviteEmail = ({
dashboard again later you can go to resilienceweb.org.uk/admin.
</Text>
<Section style={btnContainer}>
<Button pX={12} pY={12} style={button} href={url}>
<Button style={button} href={url}>
Activate account
</Button>
</Section>
Expand All @@ -93,7 +93,7 @@ const InviteEmail = ({
account.
</Text>
<Section style={btnContainer}>
<Button pX={12} pY={12} style={button} href={url}>
<Button style={button} href={url}>
Activate account
</Button>
</Section>
Expand Down Expand Up @@ -148,6 +148,7 @@ const button = {
textDecoration: 'none',
textAlign: 'center' as const,
display: 'block',
padding: '12px',
}

const hr = {
Expand Down
Loading

0 comments on commit 2381822

Please sign in to comment.