Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update monthlychallenges homepage
Browse files Browse the repository at this point in the history
adiati98 committed Nov 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent db09e84 commit b106433
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/app/monthlychallenges/page.tsx
Original file line number Diff line number Diff line change
@@ -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.
</p>
<p>
{/* <p>
Learn more about this challenge in{' '}
<a href="https://dev.to/virtualcoffee/join-virtual-coffee-in-the-creative-community-monthly-challenge-44d5">
this blog post
</a>
.
</p>
</p> */}
<p>
To view all of the details of this year&apos;s challenge,{' '}
<Link href="/monthlychallenges/dec-2023">
check out the December 2023 challenge page
<Link href="/monthlychallenges/dec-2024">
check out the December 2024 challenge page
</Link>
.
</p>
</>
),
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: (

0 comments on commit b106433

Please sign in to comment.