The [Leaderboard page](https://github.com/Poolesville-Computer-Team/ctfalcon-frontend/blob/master/pages/leaderboard.tsx) was converted from an html mockup which contained many repeated structures. You can find an example of such a repeated structure here: https://github.com/Poolesville-Computer-Team/ctfalcon-frontend/blob/d690df8bbea17473a3cfb73e58ec6fc159c5fcd8/src/routes/Leaderboard.tsx#L50-L65 Extract these to new components (see https://github.com/Poolesville-Computer-Team/ctfalcon-frontend/blob/d690df8bbea17473a3cfb73e58ec6fc159c5fcd8/src/components/challenge-item/ChallengeItem.tsx and its usages for an example of a component and its parameterization)
The Leaderboard page was converted from an html mockup which contained many repeated structures. You can find an example of such a repeated structure here:
https://github.com/Poolesville-Computer-Team/ctfalcon-frontend/blob/d690df8bbea17473a3cfb73e58ec6fc159c5fcd8/src/routes/Leaderboard.tsx#L50-L65
Extract these to new components (see https://github.com/Poolesville-Computer-Team/ctfalcon-frontend/blob/d690df8bbea17473a3cfb73e58ec6fc159c5fcd8/src/components/challenge-item/ChallengeItem.tsx and its usages for an example of a component and its parameterization)