Skip to content

Commit bd6e1a6

Browse files
authored
fixed the apostrophe character in the Healthy Habits text (#1302)
* fixed the apostrophe character in the Healthy Habits text * Prettified Code! --------- Co-authored-by: alaminsframe <alaminsframe@users.noreply.github.com>
1 parent ceedae5 commit bd6e1a6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/app/monthlychallenges/page.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ const challengeList: Challenge[] = [
201201
<>
202202
<p>
203203
Based on the NaNoWriMo (National Novel Writing Month) Challenge, this
204-
challenge is the tech and non-tech take on writing and working together towards the
205-
goal while posting on our own blogs.
204+
challenge is the tech and non-tech take on writing and working
205+
together towards the goal while posting on our own blogs.
206206
</p>
207207
{/* <p>
208208
Learn more about this challenge in{' '}
@@ -224,7 +224,8 @@ const challengeList: Challenge[] = [
224224
{
225225
href: '/monthlychallenges/nov-2023',
226226
title: 'November, 2023',
227-
}, {
227+
},
228+
{
228229
href: '/monthlychallenges/nov-2022',
229230
title: 'November, 2022',
230231
},
@@ -326,7 +327,7 @@ const challengeList: Challenge[] = [
326327
},
327328
{
328329
title: 'Healthy Habits for Happy Devs',
329-
subtitle: `This month&apos;s challenge is all about nourishing our bodies, minds, and spirits so that we can become healthier developers.`,
330+
subtitle: `This month's challenge is all about nourishing our bodies, minds, and spirits so that we can become healthier developers.`,
330331
description: (
331332
<>
332333
<p>

0 commit comments

Comments
 (0)