mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-17 00:15:28 +02:00
💄 Fix email padding and remove donate link
This commit is contained in:
parent
cf9aa4408a
commit
02abaf4f67
1 changed files with 7 additions and 8 deletions
|
@ -50,7 +50,13 @@ export const EmailLayout = ({
|
|||
<Html>
|
||||
<Head />
|
||||
<Preview>{preview}</Preview>
|
||||
<Body style={{ backgroundColor: "#F3F4F6", padding: "16px" }}>
|
||||
<Body
|
||||
style={{
|
||||
backgroundColor: "#F3F4F6",
|
||||
paddingTop: 20,
|
||||
paddingBottom: 20,
|
||||
}}
|
||||
>
|
||||
<Container style={containerStyles}>
|
||||
<Img src={logoUrl} alt="Rallly" width={128} />
|
||||
<Section style={sectionStyles}>
|
||||
|
@ -83,13 +89,6 @@ export const EmailLayout = ({
|
|||
Github
|
||||
</Link>
|
||||
<span> • </span>
|
||||
<Link
|
||||
style={linkStyles}
|
||||
href="https://www.paypal.com/donate/?hosted_button_id=7QXP2CUBLY88E"
|
||||
>
|
||||
Donate
|
||||
</Link>
|
||||
<span> • </span>
|
||||
<Link
|
||||
style={linkStyles}
|
||||
href={`mailto:${process.env["SUPPORT_EMAIL"]}`}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue