mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-18 00:37:27 +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>
|
<Html>
|
||||||
<Head />
|
<Head />
|
||||||
<Preview>{preview}</Preview>
|
<Preview>{preview}</Preview>
|
||||||
<Body style={{ backgroundColor: "#F3F4F6", padding: "16px" }}>
|
<Body
|
||||||
|
style={{
|
||||||
|
backgroundColor: "#F3F4F6",
|
||||||
|
paddingTop: 20,
|
||||||
|
paddingBottom: 20,
|
||||||
|
}}
|
||||||
|
>
|
||||||
<Container style={containerStyles}>
|
<Container style={containerStyles}>
|
||||||
<Img src={logoUrl} alt="Rallly" width={128} />
|
<Img src={logoUrl} alt="Rallly" width={128} />
|
||||||
<Section style={sectionStyles}>
|
<Section style={sectionStyles}>
|
||||||
|
@ -83,13 +89,6 @@ export const EmailLayout = ({
|
||||||
Github
|
Github
|
||||||
</Link>
|
</Link>
|
||||||
<span> • </span>
|
<span> • </span>
|
||||||
<Link
|
|
||||||
style={linkStyles}
|
|
||||||
href="https://www.paypal.com/donate/?hosted_button_id=7QXP2CUBLY88E"
|
|
||||||
>
|
|
||||||
Donate
|
|
||||||
</Link>
|
|
||||||
<span> • </span>
|
|
||||||
<Link
|
<Link
|
||||||
style={linkStyles}
|
style={linkStyles}
|
||||||
href={`mailto:${process.env["SUPPORT_EMAIL"]}`}
|
href={`mailto:${process.env["SUPPORT_EMAIL"]}`}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue