Skip to content

Commit

Permalink
fixed the apostrophe character in the Healthy Habits text (#1302)
Browse files Browse the repository at this point in the history
* fixed the apostrophe character in the Healthy Habits text

* Prettified Code!

---------

Co-authored-by: alaminsframe <alaminsframe@users.noreply.github.com>
  • Loading branch information
alaminsframe and alaminsframe authored Dec 12, 2024
1 parent ceedae5 commit bd6e1a6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/app/monthlychallenges/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ const challengeList: Challenge[] = [
<>
<p>
Based on the NaNoWriMo (National Novel Writing Month) Challenge, this
challenge is the tech and non-tech take on writing and working together towards the
goal while posting on our own blogs.
challenge is the tech and non-tech take on writing and working
together towards the goal while posting on our own blogs.
</p>
{/* <p>
Learn more about this challenge in{' '}
Expand All @@ -224,7 +224,8 @@ const challengeList: Challenge[] = [
{
href: '/monthlychallenges/nov-2023',
title: 'November, 2023',
}, {
},
{
href: '/monthlychallenges/nov-2022',
title: 'November, 2022',
},
Expand Down Expand Up @@ -326,7 +327,7 @@ const challengeList: Challenge[] = [
},
{
title: 'Healthy Habits for Happy Devs',
subtitle: `This month&apos;s challenge is all about nourishing our bodies, minds, and spirits so that we can become healthier developers.`,
subtitle: `This month's challenge is all about nourishing our bodies, minds, and spirits so that we can become healthier developers.`,
description: (
<>
<p>
Expand Down

0 comments on commit bd6e1a6

Please sign in to comment.