Skip to content

Commit

Permalink
chore: add challenge completed alert to nov-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
adiati98 committed Nov 29, 2024
1 parent b106433 commit 23fcdd8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/monthlychallenges/(challenges)/nov-2024/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Fragment } from 'react';
import { createMetaData } from '@/util/createMetaData.server';
import { getWritingChallengeData } from '@/data/monthlyChallenges/NaNoWriMo';
import LeadText from '@/components/content/LeadText';
import Link from 'next/link';
import DefaultLayout from '@/components/layouts/DefaultLayout';

export const revalidate = 600;
Expand Down Expand Up @@ -47,6 +48,11 @@ export default async function Challenge() {
heroSubheader={meta.description as string}
>
<h1>
<div className="alert alert-success">
This monthly challenge is complete. Congratulations! Please join us for
the <Link href="/monthlychallenges/dec-2024">next challenge</Link>!
</div>

<small>Monthly Challenge for November 2024:</small> Let's write 50k
words together!
</h1>
Expand Down

0 comments on commit 23fcdd8

Please sign in to comment.