diff --git a/src/app/(main)/(routes)/(protected)/(pages)/challenge-archive/page.tsx b/src/app/(main)/(routes)/(protected)/(pages)/challenge-archive/page.tsx index c73c64f..0225031 100644 --- a/src/app/(main)/(routes)/(protected)/(pages)/challenge-archive/page.tsx +++ b/src/app/(main)/(routes)/(protected)/(pages)/challenge-archive/page.tsx @@ -15,7 +15,7 @@ export default async function ChallengesPage() { return (
These are challenges that have been used in past events and are currently not being used.
You can still run and test them, but they will not give you any points. It is possible for some of these challenges to appear
diff --git a/src/app/_components/challenges/challenges.tsx b/src/app/_components/challenges/challenges.tsx
index 89e3635..3a799e2 100644
--- a/src/app/_components/challenges/challenges.tsx
+++ b/src/app/_components/challenges/challenges.tsx
@@ -76,7 +76,7 @@ export function Challenges({
if (totalChallenges===0){
return(
You can visit the Challenge Archive to view past challenges.No challenges yet