Skip to content

Commit

Permalink
chore: add challenge completed alert to sept 2024 challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
adiati98 committed Sep 30, 2024
1 parent 253426e commit b242675
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/monthlychallenges/(challenges)/sept-2024/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ export const metadata = handle.meta;
export default function Challenge() {
return (
<>
<div className="alert alert-success">
This monthly challenge is complete. Congratulations! Please join us for
the <Link href="/monthlychallenges/oct-2024">next challenge</Link>!
</div>

<h1>
<small>Monthly Challenge for September 2024:</small> Preptember! Get
open source ready.
Expand Down

0 comments on commit b242675

Please sign in to comment.