diff --git a/emails/showArtwork.tsx b/emails/showArtwork.tsx index fd40722..e0acc97 100644 --- a/emails/showArtwork.tsx +++ b/emails/showArtwork.tsx @@ -85,8 +85,8 @@ export const ShowArtworkEmail = ({ IMPORTANT NOTES BELOW, PLEASE READ! - - – Please arrive at{" "} + + ⏱️ Please arrive at{" "} {" "} at least 15 minutes before your show, and let us know ASAP via Whatsapp on +4915231355804 if you're going to be late. -
– 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. -
– When mentioning the station on air, our name is “ +
+ + 🥃 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. + + + 🗣️ When mentioning the station on air, our name is “ Refuge Worldwide” not “Refuge Radio,” “Refugee Worldwide” or similar. -
– Encourage people to join the chatroom by shouting out{" "} +
+ + 💬 Encourage people to join the chatroom by shouting out{" "} refugeworldwide.com/chat {" "} - on the mic. Instructions on how to use the mic are in the DJ - booth. -
- If you need to play something from your laptop or - phone, we have an AUX cable connected to Channel 4 on the - mixer. -
– 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. +
+ + 💻 If you need to play something from your laptop or phone, we + have an AUX cable connected to Channel 4 on the mixer. + + + 🔄 All shows will be uploaded to our{" "} {" "} a day or two after broadcast, feel free to repost! -
– If you need to download your show, they’re kept{" "} +
+ + 📲 If you need to download your show, they’re kept{" "} here {" "} @@ -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 = { @@ -233,3 +245,8 @@ const seperator = { borderTop: "#000 solid 1px", margin: "24px 0", }; + +const list = { + fontSize: 16, + margin: "0px 0px 12px 0px", +}; diff --git a/emails/showSubmission.tsx b/emails/showSubmission.tsx index 92818a5..300488a 100644 --- a/emails/showSubmission.tsx +++ b/emails/showSubmission.tsx @@ -265,6 +265,7 @@ const link = { fontSize: 16, color: "#000", textDecoration: "underline", + fontWeight: 500, }; const logo = {