Skip to content

Release 2021/04/09 - HOTFIX (v1.8.6) #5474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exports[`Matches shallow shapshot 1 shapshot 1 1`] = `
<strong>
Heads up!
</strong>
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!
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!
</div>
<div
className="src-shared-components-challenge-listing-___style__tc-content-wrapper___1MqlF"
Expand Down Expand Up @@ -78,7 +78,7 @@ exports[`Matches shallow shapshot 2 shapshot 2 1`] = `
<strong>
Heads up!
</strong>
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!
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!
</div>
<div
className="src-shared-components-challenge-listing-___style__tc-content-wrapper___1MqlF"
Expand Down
2 changes: 1 addition & 1 deletion src/shared/components/challenge-listing/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export default function ChallengeListing(props) {

<div styleName="outage-banner">
<strong>Heads up!</strong> 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
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!
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/shared/containers/challenge-detail/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ class ChallengeDetailPageContainer extends React.Component {
<div styleName="outer-container">
<div styleName="outage-banner">
<strong>Heads up!</strong> 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
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!
</div>
Expand Down