diff --git a/src/components/text-and-media-snippet/text-and-media-snippet.jsx b/src/components/text-and-media-snippet/text-and-media-snippet.jsx
index 57d80e9ac..590636456 100644
--- a/src/components/text-and-media-snippet/text-and-media-snippet.jsx
+++ b/src/components/text-and-media-snippet/text-and-media-snippet.jsx
@@ -32,16 +32,9 @@ const TextAndMediaSnippet = props => (
}
{props.title}
- {props.children &&
-
- {props.children}
-
- }
- {props.paragraph &&
-
- {props.paragraph}
-
- }
+
+ {props.children}
+
{props.className === 'reverse' &&
@@ -67,7 +60,6 @@ const TextAndMediaSnippet = props => (
TextAndMediaSnippet.propTypes = {
children: PropTypes.node,
title: PropTypes.string,
- paragraph: PropTypes.string,
largeImage: PropTypes.string,
className: PropTypes.string,
videoId: PropTypes.string,
diff --git a/src/views/annual-report/2020/annual-report.jsx b/src/views/annual-report/2020/annual-report.jsx
index c85547884..a4a0abad6 100644
--- a/src/views/annual-report/2020/annual-report.jsx
+++ b/src/views/annual-report/2020/annual-report.jsx
@@ -1244,23 +1244,21 @@ class AnnualReport extends React.Component {
title={this.props.intl.formatMessage(
{id: 'annualReport.2020.connectivityExample1Title'}
)}
- paragraph={this.props.intl.formatMessage(
- {id: 'annualReport.2020.connectivityExample1Paragraph'}
- )}
alt={this.props.intl.formatMessage(
{id: 'annualReport.2020.altTutorial'}
)}
type="image"
largeImage="/images/annual-report/2020/connectivity/TutorialUI.svg"
- />
+ >
+
+
+ >
+
+
+ >
+
+
@@ -1538,15 +1541,16 @@ class AnnualReport extends React.Component {
title={this.props.intl.formatMessage(
{id: 'annualReport.2020.adaptationSnapshot2Title'}
)}
- paragraph={this.props.intl.formatMessage(
- {id: 'annualReport.2020.adaptationSnapshot2Text'}
- )}
alt={this.props.intl.formatMessage(
{id: 'annualReport.2020.altImageBubbles'}
)}
type="image"
largeImage="/images/annual-report/2020/adaptation/BYIS Graphic.svg"
- />
+ >
+
+