Skip to content

Commit 904e1d5

Browse files
committed
Retornado skeleton no carregamento de desafios
1 parent 09756fc commit 904e1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/Challenges/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default function Challenges({ location }) {
9494
</S.Filters>
9595
</S.Head>
9696

97-
{loading && <S.Alert>Em manutenção! Os desafios estarão disponíveis novamente em breve :)</S.Alert>}
97+
{loading && <ChallengesSkeleton />}
9898
{!loading && (
9999
<S.Section>
100100
{challenges.map((challenge) => {

0 commit comments

Comments
 (0)