From b10643346ca37698c41357dcfbd273edbdf410c7 Mon Sep 17 00:00:00 2001 From: Ayu Adiati Date: Fri, 29 Nov 2024 21:46:52 +0100 Subject: [PATCH] chore: update monthlychallenges homepage --- src/app/monthlychallenges/page.tsx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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: (