From 3788b40e6d0f8ce468f29f421d4ee60093845405 Mon Sep 17 00:00:00 2001 From: Ruth Ogendi Date: Tue, 16 Jul 2019 14:46:57 +0300 Subject: [PATCH 1/8] Remove , offscreenText. --- .../psammead-media-indicator/src/index.jsx | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/packages/components/psammead-media-indicator/src/index.jsx b/packages/components/psammead-media-indicator/src/index.jsx index 4fa70356a1..7959227879 100644 --- a/packages/components/psammead-media-indicator/src/index.jsx +++ b/packages/components/psammead-media-indicator/src/index.jsx @@ -2,7 +2,6 @@ import React from 'react'; import styled, { css } from 'styled-components'; import { string, oneOf, bool } from 'prop-types'; import { C_WHITE, C_EBON } from '@bbc/psammead-styles/colours'; -import VisuallyHiddenText from '@bbc/psammead-visually-hidden-text'; import { GEL_SPACING, GEL_SPACING_HLF } from '@bbc/gel-foundations/spacings'; import { GEL_GROUP_1_SCREEN_WIDTH_MAX } from '@bbc/gel-foundations/breakpoints'; import { GEL_MINION } from '@bbc/gel-foundations/typography'; @@ -39,14 +38,7 @@ const TimeDuration = styled.time` margin: 0 ${GEL_SPACING_HLF}; `; -const MediaIndicator = ({ - datetime, - duration, - offscreenText, - type, - topStory, - service, -}) => ( +const MediaIndicator = ({ datetime, duration, type, topStory, service }) => (