Skip to content

Commit

Permalink
Upgrade react-email (#127)
Browse files Browse the repository at this point in the history
DinerIsmail authored Nov 3, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 877cf05 commit 16321ec
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
@@ -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>
@@ -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>
@@ -148,6 +148,7 @@ const button = {
textDecoration: 'none',
textAlign: 'center' as const,
display: 'block',
padding: '12px',
}

const hr = {
Loading

1 comment on commit 16321ec

@vercel
Copy link

@vercel vercel bot commented on 16321ec Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.