diff --git a/.circleci/config.yml b/.circleci/config.yml
index 0dc0f8c4c6..5e180c60ef 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -276,6 +276,7 @@ workflows:
branches:
only:
- develop
+ - remove-outage-banner
# This is alternate dev env for parallel testing
- "build-test":
context : org-global
@@ -305,6 +306,7 @@ workflows:
branches:
only:
- develop
+ - remove-outage-banner
- "approve-smoke-test-on-staging":
type: approval
requires:
diff --git a/__tests__/shared/components/challenge-listing/__snapshots__/index.jsx.snap b/__tests__/shared/components/challenge-listing/__snapshots__/index.jsx.snap
index a13ae3527c..351bba4c01 100644
--- a/__tests__/shared/components/challenge-listing/__snapshots__/index.jsx.snap
+++ b/__tests__/shared/components/challenge-listing/__snapshots__/index.jsx.snap
@@ -8,14 +8,6 @@ exports[`Matches shallow shapshot 1 shapshot 1 1`] = `
-
-
- Heads up!
-
- 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!
-
@@ -72,14 +64,6 @@ exports[`Matches shallow shapshot 2 shapshot 2 1`] = `
-
-
- Heads up!
-
- 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!
-
diff --git a/src/shared/components/challenge-listing/index.jsx b/src/shared/components/challenge-listing/index.jsx
index 8913a4997f..3eacd7ecdc 100644
--- a/src/shared/components/challenge-listing/index.jsx
+++ b/src/shared/components/challenge-listing/index.jsx
@@ -167,13 +167,6 @@ export default function ChallengeListing(props) {
)
}
-
- Heads up! 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!
-
-
-
- Heads up! 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!
-
{ Boolean(isEmpty) && (
diff --git a/src/shared/containers/challenge-detail/styles.scss b/src/shared/containers/challenge-detail/styles.scss
index 64bc07d1a9..5f75cc5054 100644
--- a/src/shared/containers/challenge-detail/styles.scss
+++ b/src/shared/containers/challenge-detail/styles.scss
@@ -36,22 +36,3 @@
text-align: center;
width: 100%;
}
-
-.outage-banner {
- margin: auto;
- max-width: 1240px;
- padding: 4 * $base-unit;
- width: 100%;
-
- @include roboto-regular;
-
- font-size: 13px;
- line-height: 20px;
- background-color: #fdf6d5;
-
- strong {
- color: $tc-red;
- text-transform: uppercase;
- font-weight: bold;
- }
-}