Skip to content

Commit

Permalink
fix: remove toilet post
Browse files Browse the repository at this point in the history
  • Loading branch information
aalemayhu committed May 4, 2024
1 parent 61ec3f2 commit 4a086b9
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions src/pages/HomePage/components/Sections/news/NewsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ function FeaturedEntry() {
wanted to give you a special update.
<br />
</div>
<ReadMore href="https://www.patreon.com/posts/state-of-2anki-60331662?utm_medium=clipboard_copy&utm_source=copy_to_clipboard&utm_campaign=postshareI" />
<ReadMore
href="https://www.patreon.com/posts/state-of-2anki-60331662?utm_medium=clipboard_copy&utm_source=copy_to_clipboard&utm_campaign=postshareI" />
</div>
</div>
);
Expand All @@ -38,23 +39,18 @@ function NewsSection() {
</div>
<div className="column">
<NewsEntry
title={"What's Next? The Path to v1.0.0!"}
title={'What\'s Next? The Path to v1.0.0!'}
description="There are a three main things I would like to tackle longterm but in this session"
link="https://www.patreon.com/posts/whats-next-path-51204766"
/>
<div className="my-2" />
<NewsEntry
title="Good News!"
description="I woke up in the middle of the night and had to go to the toilet 🚾"
link="https://www.patreon.com/posts/good-news-51122343"
/>
</div>
</div>
<Centered>
<ReadMoreNews
destination="https://www.patreon.com/alemayhu"
text="READ MORE NEWS"
onClickLink={() => {}}
onClickLink={() => {
}}
/>
</Centered>
</section>
Expand Down

0 comments on commit 4a086b9

Please sign in to comment.