File tree 1 file changed +18
-18
lines changed
1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,7 @@ export default function Challenges() {
31
31
32
32
return (
33
33
< >
34
- < Header />
35
- { ! loading && (
34
+ < Header />
36
35
< S . Container >
37
36
< S . OptionsContainer >
38
37
< a
@@ -91,23 +90,24 @@ export default function Challenges() {
91
90
</ S . Option >
92
91
</ a >
93
92
</ S . OptionsContainer >
94
- < S . DevsContainer >
95
- < h1 > Últimas contribuições</ h1 >
96
- < S . Devs >
97
- { devs . map ( ( dev ) => (
98
- < DevCard
99
- key = { dev . _id }
100
- name = { dev . name }
101
- position = { dev . position }
102
- avatar = { dev . avatar }
103
- github = { dev . github }
104
- linkedin = { dev . linkedin }
105
- />
106
- ) ) }
107
- </ S . Devs >
108
- </ S . DevsContainer >
93
+ { ! loading && (
94
+ < S . DevsContainer >
95
+ < h1 > Últimas contribuições</ h1 >
96
+ < S . Devs >
97
+ { devs . map ( ( dev ) => (
98
+ < DevCard
99
+ key = { dev . _id }
100
+ name = { dev . name }
101
+ position = { dev . position }
102
+ avatar = { dev . avatar }
103
+ github = { dev . github }
104
+ linkedin = { dev . linkedin }
105
+ />
106
+ ) ) }
107
+ </ S . Devs >
108
+ </ S . DevsContainer >
109
+ ) }
109
110
</ S . Container >
110
- ) }
111
111
</ >
112
112
) ;
113
113
}
You can’t perform that action at this time.
0 commit comments