diff --git a/src/app/monthlychallenges/page.tsx b/src/app/monthlychallenges/page.tsx index b1b2d1a1..61c50ba5 100644 --- a/src/app/monthlychallenges/page.tsx +++ b/src/app/monthlychallenges/page.tsx @@ -147,6 +147,7 @@ const challengeList: Challenge[] = [ }, { + current: true, title: 'Creative Community Challenge', subtitle: `Let's make some space for the other parts of ourselves.`, description: ( @@ -162,23 +163,27 @@ const challengeList: Challenge[] = [ necessarily code-specific or using code to improve other hobbies and outlets.

-

+ {/*

Learn more about this challenge in{' '} this blog post . -

+

*/}

To view all of the details of this year's challenge,{' '} - - check out the December 2023 challenge page + + check out the December 2024 challenge page .

), links: [ + { + href: '/monthlychallenges/dec-2023', + title: 'December, 2023', + }, { href: '/monthlychallenges/dec-2022', title: 'December, 2022', @@ -190,7 +195,6 @@ const challengeList: Challenge[] = [ ], }, { - current: true, title: 'Blogging Challenge', subtitle: `A Community Challenge to hit a word count goal for all our tech and non-tech blogs.`, description: (