Skip to content

Commit

Permalink
fix: remove youtube logo from footer
Browse files Browse the repository at this point in the history
Related ticket: PROD-816
  • Loading branch information
Adam Butterworth authored and iloveagent57 committed Oct 16, 2019
1 parent a646b7b commit 480ea19
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { IntlProvider } from 'react-intl';
import {
faFacebookSquare,
faTwitterSquare,
faYoutubeSquare,
faLinkedin,
faRedditSquare,
} from '@fortawesome/free-brands-svg-icons';
Expand All @@ -35,12 +34,6 @@ const socialLinks = [
icon: <FontAwesomeIcon icon={faTwitterSquare} className="social-icon" size="2x" />,
screenReaderText: 'Follow edX on Twitter',
},
{
title: 'Youtube',
url: process.env.YOU_TUBE_URL,
icon: <FontAwesomeIcon icon={faYoutubeSquare} className="social-icon" size="2x" />,
screenReaderText: 'Subscribe to the edX YouTube channel',
},
{
title: 'LinkedIn',
url: process.env.LINKED_IN_URL,
Expand Down

0 comments on commit 480ea19

Please sign in to comment.