Skip to content

Commit

Permalink
wrong newsletter...
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyab committed Oct 10, 2023
1 parent e042d43 commit fb6f904
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions components/index/cards/mailing-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ const MailingList = () => {
as="p"
>
We’ll send you an email no more than once a month, when we work
on something cool for you. Check out{" "}
<Link href="/newsletter">past issues</Link>.
on something cool for you. Check out our{" "}
<Link href="/leader-newsletters/">previous issues</Link>.
</Text>
</Box>
<Grid
Expand Down Expand Up @@ -170,16 +170,16 @@ const MailingList = () => {
}}
>
<MailCard
date="August 2022"
issue={2}
body="Hey friends! I'm Ishan, I'm 17, and I'm a Hack Clubber emailing you again! A special thank you to Belle and Sam for helping out so much with today's newsletter."
link="/newsletter/2022-08-august/"
date="August 2023"
issue={18}
body="Bring your club on an epic adventure in code this semester! Jams are 18 brand new coding workshops created by Hack Clubbers ESPECIALLY for you to use in your meetings, complete with pre-made slide decks and even some videos!"
link="/leader-newsletters/2023-08-18"
/>
<MailCard
date="September 2022"
issue={3}
body={`Hey friends! Sam, Hack Clubber from Singapore, here. The last few weeks have been pretty busy at Hack Club, and this is a rundown of what your fellow Hack Clubbers have been up to lately. To start, last week, we shared 🎬 The Assemble Documentary: a film on Assemble to help answer the question "what is a hackathon?". It showcases the magical experience of attending a hackathon, and our hope is that it can help organisers share what’s in store for attendees at their hackathons.`}
link="/newsletter/2022-09-september/"
date="September 2023"
issue={20}
body="📆📣 Leader meeting tomorrow! Join club leaders Sahiti, Zayn and Ronnit tomorrow 8:00am PST/11:00am EST/8:30pm IST. Bring questions and advice to share about maintaining your club after the first meeting!!"
link="/leader-newsletters/2023-09-29"
/>
</Box>
</Flex>
Expand Down
2 changes: 1 addition & 1 deletion components/mail-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function MailCard({ body, issue, date, link }) {
<Box
sx={{
width: "100%",
height: "10px",
height: "12px",
backgroundImage: "url('/letter-pattern.svg')",
backgroundRepeat: "repeat-x",
backgroundSize: "100%",
Expand Down

0 comments on commit fb6f904

Please sign in to comment.