Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltott authored and actions-user committed Oct 2, 2023
1 parent ceb3d88 commit d584970
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions app/routes/__frontend/monthlychallenges/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ const challengeList: Challenge[] = [
<>
<p>
This challenge is always run during October and was our first-ever
monthly challenge. We have three tracks: maintainers will provide issues
labeled for Hacktoberfest, contributors will solve issues, and mentors
will help contributors and maintainers be successful.
monthly challenge. We have three tracks: maintainers will provide
issues labeled for Hacktoberfest, contributors will solve issues, and
mentors will help contributors and maintainers be successful.
</p>
<p>
Learn more about this challenge in{' '}
Expand All @@ -154,7 +154,14 @@ const challengeList: Challenge[] = [
</a>
.
</p>
<p>To view all of the details, including a list of VC-approved repositories to contribute to, <Link to="/monthlychallenges/oct-2023">check out the October monthly challenge page</Link>.</p>
<p>
To view all of the details, including a list of VC-approved
repositories to contribute to,{' '}
<Link to="/monthlychallenges/oct-2023">
check out the October monthly challenge page
</Link>
.
</p>
</>
),
links: [
Expand All @@ -178,11 +185,11 @@ const challengeList: Challenge[] = [
description: (
<>
<p>
Maintainers will be reviewing their open source repos with our checklist
to make sure their projects are ready for Hacktoberfest contributions,
and our contributors will be looking at their favorite repos, evaluating
them based on the guide, and writing good issues as needed to fulfill
the criteria.
Maintainers will be reviewing their open source repos with our
checklist to make sure their projects are ready for Hacktoberfest
contributions, and our contributors will be looking at their favorite
repos, evaluating them based on the guide, and writing good issues as
needed to fulfill the criteria.
</p>
<p>
Learn more about this challenge in{' '}
Expand Down

0 comments on commit d584970

Please sign in to comment.