Skip to content

Commit

Permalink
Merge branch 'main' into deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ThEditor committed Sep 17, 2024
2 parents 8497f31 + 2b7500c commit b24e295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/challenge/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ const ChallengePage: React.FC = () => {
</Text>
<div className="flex flex-col gap-2">
<Text className="text-lg" variant="white">
{challenge?.description.toUpperCase() ?? "Not Found"}
{challenge?.description ?? "Not Found"}
</Text>

<div className="mt-2 flex w-full space-x-4">
Expand Down

0 comments on commit b24e295

Please # to comment.