From 23fcdd8245a865cd6569e050e50f92bc6dd71360 Mon Sep 17 00:00:00 2001 From: Ayu Adiati Date: Fri, 29 Nov 2024 21:50:48 +0100 Subject: [PATCH] chore: add challenge completed alert to nov-2024 --- src/app/monthlychallenges/(challenges)/nov-2024/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) 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!