Skip to content

Commit 9b2ae32

Browse files
Merge pull request #5473 from topcoder-platform/outage-banner
(hotfix) Outage banner - change start / end time.
2 parents fedead4 + aefcf44 commit 9b2ae32

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

__tests__/shared/components/challenge-listing/__snapshots__/index.jsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exports[`Matches shallow shapshot 1 shapshot 1 1`] = `
1414
<strong>
1515
Heads up!
1616
</strong>
17-
We will be doing testing work on our Community Platform on April 12, 2021 between 7:30-9: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!
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!
1818
</div>
1919
<div
2020
className="src-shared-components-challenge-listing-___style__tc-content-wrapper___1MqlF"
@@ -78,7 +78,7 @@ exports[`Matches shallow shapshot 2 shapshot 2 1`] = `
7878
<strong>
7979
Heads up!
8080
</strong>
81-
We will be doing testing work on our Community Platform on April 12, 2021 between 7:30-9: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!
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!
8282
</div>
8383
<div
8484
className="src-shared-components-challenge-listing-___style__tc-content-wrapper___1MqlF"

src/shared/components/challenge-listing/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export default function ChallengeListing(props) {
169169

170170
<div styleName="outage-banner">
171171
<strong>Heads up!</strong> We will be doing testing work on our Community Platform on
172-
April 12, 2021 between 7:30-9:30 UTC-4. We will do our best to ensure a smooth experience
172+
April 12, 2021 between 8:30-10:30 UTC-4. We will do our best to ensure a smooth experience
173173
for our users but please be aware there may be unforeseen issues during that time.
174174
Thank you!
175175
</div>

src/shared/containers/challenge-detail/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ class ChallengeDetailPageContainer extends React.Component {
416416
<div styleName="outer-container">
417417
<div styleName="outage-banner">
418418
<strong>Heads up!</strong> We will be doing testing work on our Community Platform on
419-
April 12, 2021 between 7:30-9:30 UTC-4. We will do our best to ensure a smooth experience
419+
April 12, 2021 between 8:30-10:30 UTC-4. We will do our best to ensure a smooth experience
420420
for our users but please be aware there may be unforeseen issues during that time.
421421
Thank you!
422422
</div>

0 commit comments

Comments
 (0)