We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09756fc commit 904e1d5Copy full SHA for 904e1d5
frontend/src/pages/Challenges/index.js
@@ -94,7 +94,7 @@ export default function Challenges({ location }) {
94
</S.Filters>
95
</S.Head>
96
97
- {loading && <S.Alert>Em manutenção! Os desafios estarão disponíveis novamente em breve :)</S.Alert>}
+ {loading && <ChallengesSkeleton />}
98
{!loading && (
99
<S.Section>
100
{challenges.map((challenge) => {
0 commit comments