File tree Expand file tree Collapse file tree 6 files changed +2
-68
lines changed
__tests__/shared/components/challenge-listing/__snapshots__
components/challenge-listing
containers/challenge-detail Expand file tree Collapse file tree 6 files changed +2
-68
lines changed Original file line number Diff line number Diff line change @@ -296,14 +296,14 @@ workflows:
296296 filters :
297297 branches :
298298 only :
299- - gig-mkt-ab
299+ - free
300300 # This is stage env for production QA releases
301301 - " build-prod-staging " :
302302 context : org-global
303303 filters :
304304 branches :
305305 only :
306- - gig-mkt-ab
306+ - develop
307307 - " approve-smoke-test-on-staging " :
308308 type : approval
309309 requires :
Original file line number Diff line number Diff line change @@ -8,14 +8,6 @@ exports[`Matches shallow shapshot 1 shapshot 1 1`] = `
88 <Connect(Container)
99 setFilterState={ [MockFunction ]}
1010 />
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 >
1911 <div
2012 className = " src-shared-components-challenge-listing-___style__tc-content-wrapper___1MqlF"
2113 >
@@ -72,14 +64,6 @@ exports[`Matches shallow shapshot 2 shapshot 2 1`] = `
7264 <Connect(Container)
7365 setFilterState={ [MockFunction ]}
7466 />
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 >
8367 <div
8468 className = " src-shared-components-challenge-listing-___style__tc-content-wrapper___1MqlF"
8569 >
Original file line number Diff line number Diff line change @@ -167,13 +167,6 @@ export default function ChallengeListing(props) {
167167 )
168168 }
169169
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-
177170 < div styleName = "tc-content-wrapper" >
178171 < div styleName = { desktop ? 'sidebar-container-desktop' : 'sidebar-container-mobile' } >
179172 < Sidebar
Original file line number Diff line number Diff line change @@ -132,21 +132,3 @@ $challenge-radius-4: $corner-radius * 2;
132132 margin-left : 3px ;
133133 display : inline-block ;
134134}
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 {
414414
415415 return (
416416 < 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 >
423417 < div styleName = "challenge-detail-container" role = "main" >
424418 { Boolean ( isEmpty ) && (
425419 < div styleName = "page" >
Original file line number Diff line number Diff line change 3636 text-align : center ;
3737 width : 100% ;
3838}
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