diff --git a/src/components/video-preview/video-preview.jsx b/src/components/video-preview/video-preview.jsx
index 909c2063e..2c9efce4c 100644
--- a/src/components/video-preview/video-preview.jsx
+++ b/src/components/video-preview/video-preview.jsx
@@ -30,7 +30,6 @@ class VideoPreview extends React.Component {
@@ -61,13 +60,8 @@ class VideoPreview extends React.Component {
}
}
-VideoPreview.defaultProps = {
- isYouTube: false
-};
-
VideoPreview.propTypes = {
buttonMessage: PropTypes.string.isRequired,
- isYouTube: PropTypes.bool,
thumbnail: PropTypes.string.isRequired,
thumbnailHeight: PropTypes.string,
thumbnailWidth: PropTypes.string,
diff --git a/src/views/annual-report/annual-report.jsx b/src/views/annual-report/annual-report.jsx
index 106f5f8aa..7fa473c4b 100644
--- a/src/views/annual-report/annual-report.jsx
+++ b/src/views/annual-report/annual-report.jsx
@@ -1534,14 +1534,13 @@ class AnnualReport extends React.Component {
{/* eslint-disable max-len */}
@@ -1550,14 +1549,13 @@ class AnnualReport extends React.Component {
minWidth={frameless.mobile}
>
diff --git a/src/views/annual-report/annual-report.scss b/src/views/annual-report/annual-report.scss
index d6b29a758..4037e2589 100644
--- a/src/views/annual-report/annual-report.scss
+++ b/src/views/annual-report/annual-report.scss
@@ -1864,10 +1864,6 @@ p {
&.cps {
background-image: url("/images/annual-report/initiatives/schools/CPS Story/CPS Video Splash.svg");
-
- .button {
- background-color: $ui-purple;
- }
}
}
}