File tree 6 files changed +2
-66
lines changed
__tests__/shared/components/challenge-listing/__snapshots__
components/challenge-listing
containers/challenge-detail
6 files changed +2
-66
lines changed Original file line number Diff line number Diff line change @@ -276,6 +276,7 @@ workflows:
276
276
branches :
277
277
only :
278
278
- develop
279
+ - remove-outage-banner
279
280
# This is alternate dev env for parallel testing
280
281
- " build-test " :
281
282
context : org-global
@@ -305,6 +306,7 @@ workflows:
305
306
branches :
306
307
only :
307
308
- develop
309
+ - remove-outage-banner
308
310
- " approve-smoke-test-on-staging " :
309
311
type : approval
310
312
requires :
Original file line number Diff line number Diff line change @@ -8,14 +8,6 @@ exports[`Matches shallow shapshot 1 shapshot 1 1`] = `
8
8
<Connect(Container)
9
9
setFilterState={ [MockFunction ]}
10
10
/>
11
- <div
12
- className = " src-shared-components-challenge-listing-___style__outage-banner___JSVnq"
13
- >
14
- <strong >
15
- Heads up!
16
- </strong >
17
- We will be doing testing work on our Community Platform on April 12, 2021 between 8:30-10:30 UTC-4. We will do our best to ensure a smooth experience for our users but please be aware there may be unforeseen issues during that time. Thank you!
18
- </div >
19
11
<div
20
12
className = " src-shared-components-challenge-listing-___style__tc-content-wrapper___1MqlF"
21
13
>
@@ -72,14 +64,6 @@ exports[`Matches shallow shapshot 2 shapshot 2 1`] = `
72
64
<Connect(Container)
73
65
setFilterState={ [MockFunction ]}
74
66
/>
75
- <div
76
- className = " src-shared-components-challenge-listing-___style__outage-banner___JSVnq"
77
- >
78
- <strong >
79
- Heads up!
80
- </strong >
81
- We will be doing testing work on our Community Platform on April 12, 2021 between 8:30-10:30 UTC-4. We will do our best to ensure a smooth experience for our users but please be aware there may be unforeseen issues during that time. Thank you!
82
- </div >
83
67
<div
84
68
className = " src-shared-components-challenge-listing-___style__tc-content-wrapper___1MqlF"
85
69
>
Original file line number Diff line number Diff line change @@ -167,13 +167,6 @@ export default function ChallengeListing(props) {
167
167
)
168
168
}
169
169
170
- < div styleName = "outage-banner" >
171
- < strong > Heads up!</ strong > We will be doing testing work on our Community Platform on
172
- April 12, 2021 between 8:30-10:30 UTC-4. We will do our best to ensure a smooth experience
173
- for our users but please be aware there may be unforeseen issues during that time.
174
- Thank you!
175
- </ div >
176
-
177
170
< div styleName = "tc-content-wrapper" >
178
171
< div styleName = { desktop ? 'sidebar-container-desktop' : 'sidebar-container-mobile' } >
179
172
< Sidebar
Original file line number Diff line number Diff line change @@ -132,21 +132,3 @@ $challenge-radius-4: $corner-radius * 2;
132
132
margin-left : 3px ;
133
133
display : inline-block ;
134
134
}
135
-
136
- .outage-banner {
137
- margin : 15px 15px 0 15px ;
138
- padding : 10px ;
139
- margin-bottom : -15px ;
140
-
141
- @include roboto-regular ;
142
-
143
- font-size : 13px ;
144
- line-height : 20px ;
145
- background-color : #fdf6d5 ;
146
-
147
- strong {
148
- color : $tc-red ;
149
- text-transform : uppercase ;
150
- font-weight : bold ;
151
- }
152
- }
Original file line number Diff line number Diff line change @@ -414,12 +414,6 @@ class ChallengeDetailPageContainer extends React.Component {
414
414
415
415
return (
416
416
< div styleName = "outer-container" >
417
- < div styleName = "outage-banner" >
418
- < strong > Heads up!</ strong > We will be doing testing work on our Community Platform on
419
- April 12, 2021 between 8:30-10:30 UTC-4. We will do our best to ensure a smooth experience
420
- for our users but please be aware there may be unforeseen issues during that time.
421
- Thank you!
422
- </ div >
423
417
< div styleName = "challenge-detail-container" role = "main" >
424
418
{ Boolean ( isEmpty ) && (
425
419
< div styleName = "page" >
Original file line number Diff line number Diff line change 36
36
text-align : center ;
37
37
width : 100% ;
38
38
}
39
-
40
- .outage-banner {
41
- margin : auto ;
42
- max-width : 1240px ;
43
- padding : 4 * $base-unit ;
44
- width : 100% ;
45
-
46
- @include roboto-regular ;
47
-
48
- font-size : 13px ;
49
- line-height : 20px ;
50
- background-color : #fdf6d5 ;
51
-
52
- strong {
53
- color : $tc-red ;
54
- text-transform : uppercase ;
55
- font-weight : bold ;
56
- }
57
- }
You can’t perform that action at this time.
0 commit comments