Skip to content

Commit

Permalink
Add challenge to monthly challenge index
Browse files Browse the repository at this point in the history
  • Loading branch information
BekahHW committed Mar 28, 2024
1 parent 8b18ad5 commit f103015
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions app/routes/__frontend/monthlychallenges/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,32 @@ const challengeList: Challenge[] = [
},
],
},
{
current: true,
title: 'Find Your Voice',
subtitle: `Public Speaking Challenge!`,
description: (
<>
<p>
Public speaking can feel daunting, but it is a valuable skill in all aspects of life. This month, we will help you conquer your fears and become a confident, captivating speaker!
</p>
<p>
Learn more about this challenge in{' '}
<a href="https://dev.to/virtualcoffee/join-virtual-coffee-in-the-month-of-learning-challenge-bdi">
this blog post
</a>
.
</p>
<p>
To view all of the details of this year's challenge,{' '}
<Link to="/monthlychallenges/apr-2024">
check out the April 2024 challenge page
</Link>
.
</p>
</>
),
},

{
title: 'Creative Community Challenge',
Expand Down

0 comments on commit f103015

Please sign in to comment.