Skip to content

Commit

Permalink
update artwork email copy and email link style
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack MB committed May 10, 2024
1 parent 05261be commit 9bb5926
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 15 deletions.
47 changes: 32 additions & 15 deletions emails/showArtwork.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ export const ShowArtworkEmail = ({
<Heading as="h2" style={paragraph}>
<b>IMPORTANT NOTES BELOW, PLEASE READ!</b>
</Heading>
<Text style={paragraph}>
Please arrive at{" "}
<Text style={list}>
⏱️ Please arrive at{" "}
<Link
href="https://goo.gl/maps/ZY1w74xS4ULk4B1z5"
style={link}
Expand All @@ -95,30 +95,41 @@ export const ShowArtworkEmail = ({
</Link>{" "}
at least 15 minutes before your show, and let us know ASAP via
Whatsapp on +4915231355804 if you&apos;re going to be late.
<br />– Artists / hosts receive 1x free house drink (softs /
wine / beer) before or after your show. All other menu items
at Oona Bar are 10% off on the day.
<br />– When mentioning the station on air, our name is “
</Text>
<Text style={list}>
🥃 Artists / hosts receive 1x free house drink (softs / wine /
beer) before or after your show. All other menu items at Oona
Bar are 10% off on the day.
</Text>
<Text style={list}>
🗣️ When mentioning the station on air, our name is “
<b>Refuge Worldwide</b>” not “Refuge Radio,” “Refugee
Worldwide” or similar.
<br />– Encourage people to join the chatroom by shouting out{" "}
</Text>
<Text style={list}>
💬 Encourage people to join the chatroom by shouting out{" "}
<Link style={link} href="https://refugeworldwide.com/chat">
refugeworldwide.com/chat
</Link>{" "}
on the mic. Instructions on how to use the mic are in the DJ
booth.
<br />- If you need to play something from your laptop or
phone, we have an AUX cable connected to Channel 4 on the
mixer.
<br />– All shows will be uploaded to our{" "}
on the mic. Instructions on how to use the mic are in this
email and in the DJ booth.
</Text>
<Text style={list}>
💻 If you need to play something from your laptop or phone, we
have an AUX cable connected to Channel 4 on the mixer.
</Text>
<Text style={list}>
🔄 All shows will be uploaded to our{" "}
<Link
style={link}
href="https://soundcloud.com/refugeworldwide"
>
SoundCloud
</Link>{" "}
a day or two after broadcast, feel free to repost!
<br />– If you need to download your show, they’re kept{" "}
</Text>
<Text style={list}>
📲 If you need to download your show, they’re kept{" "}
<Link style={link} href="https://bit.ly/refuge-show-dl">
here
</Link>{" "}
Expand Down Expand Up @@ -195,10 +206,11 @@ const paragraph = {
margin: "16px 0px",
};

const link = {
const link: React.CSSProperties = {
fontSize: 16,
color: "#000",
textDecoration: "underline",
fontWeight: 500,
};

const logo = {
Expand Down Expand Up @@ -233,3 +245,8 @@ const seperator = {
borderTop: "#000 solid 1px",
margin: "24px 0",
};

const list = {
fontSize: 16,
margin: "0px 0px 12px 0px",
};
1 change: 1 addition & 0 deletions emails/showSubmission.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ const link = {
fontSize: 16,
color: "#000",
textDecoration: "underline",
fontWeight: 500,
};

const logo = {
Expand Down

0 comments on commit 9bb5926

Please sign in to comment.