diff --git a/src/app/monthlychallenges/(challenges)/nov-2024/page.tsx b/src/app/monthlychallenges/(challenges)/nov-2024/page.tsx index 0c26f21d..42fc125a 100644 --- a/src/app/monthlychallenges/(challenges)/nov-2024/page.tsx +++ b/src/app/monthlychallenges/(challenges)/nov-2024/page.tsx @@ -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; @@ -47,6 +48,11 @@ export default async function Challenge() { heroSubheader={meta.description as string} >

+
+ This monthly challenge is complete. Congratulations! Please join us for + the next challenge! +
+ Monthly Challenge for November 2024: Let's write 50k words together!