diff --git a/src/components/SocialIconLinks.jsx b/src/components/SocialIconLinks.jsx index 5ea987f5..72ae144e 100644 --- a/src/components/SocialIconLinks.jsx +++ b/src/components/SocialIconLinks.jsx @@ -3,7 +3,6 @@ import { injectIntl, intlShape } from '@edx/frontend-i18n'; import { faFacebookSquare, faTwitterSquare, - faYoutubeSquare, faLinkedin, faRedditSquare, } from '@fortawesome/free-brands-svg-icons'; @@ -25,12 +24,6 @@ const SocialIconLinks = ({ intl, ...props }) => { icon: , screenReaderText: intl.formatMessage(messages['footer.socialLinks.srText.twitter']), }, - { - title: 'Youtube', - url: 'https://www.youtube.com/user/edxonline', - icon: , - screenReaderText: intl.formatMessage(messages['footer.socialLinks.srText.youtube']), - }, { title: 'LinkedIn', url: 'http://www.linkedin.com/company/edx', diff --git a/src/components/__snapshots__/Footer.test.jsx.snap b/src/components/__snapshots__/Footer.test.jsx.snap index 46cb31a6..d6db783e 100644 --- a/src/components/__snapshots__/Footer.test.jsx.snap +++ b/src/components/__snapshots__/Footer.test.jsx.snap @@ -299,38 +299,6 @@ exports[`