File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
frontend/src/pages/Challenges Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ export default function Challenges({ location }) {
94
94
</ S . Filters >
95
95
</ S . Head >
96
96
97
- { loading && < ChallengesSkeleton cards = { 6 } / >}
97
+ { loading && < S . Alert > Em manutenção! Os desafios estarão disponíveis novamente em breve :) </ S . Alert > }
98
98
{ ! loading && (
99
99
< S . Section >
100
100
{ challenges . map ( ( challenge ) => {
Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ import styled from 'styled-components';
2
2
import media from 'styled-media-query' ;
3
3
import chevronDown from '../../assets/chevron-down.svg' ;
4
4
5
+ export const Alert = styled . form `
6
+ color: white;
7
+ text-align: center;
8
+ margin-top: 3em;
9
+ ` ;
10
+
5
11
export const Section = styled . section `
6
12
margin-top: 3%;
7
13
display: flex;
You can’t perform that action at this time.
0 commit comments