Merge pull request #22008 from edx/waheed/PROD-816-remove-youtube-logo

Remove YouTube logo from footer.
This commit is contained in:
Waheed Ahmed
2019-10-11 15:28:02 +05:00
committed by GitHub
2 changed files with 1 additions and 3 deletions

View File

@@ -146,8 +146,6 @@ class TestFooter(TestCase):
'icon-class': 'fa-facebook-square', 'title': 'Facebook'},
{'url': '#', 'action': 'Follow \xe9dX on Twitter', 'name': 'twitter',
'icon-class': 'fa-twitter-square', 'title': 'Twitter'},
{'url': '#', 'action': 'Subscribe to the \xe9dX YouTube channel',
'name': 'youtube', 'icon-class': 'fa-youtube-square', 'title': 'Youtube'},
{'url': '#', 'action': 'Follow \xe9dX on LinkedIn', 'name': 'linkedin',
'icon-class': 'fa-linkedin-square', 'title': 'LinkedIn'},
{'url': '#', 'action': 'Follow \xe9dX on Google+', 'name': 'google_plus',

View File

@@ -2578,7 +2578,7 @@ SOCIAL_SHARING_SETTINGS = {
SOCIAL_MEDIA_FOOTER_NAMES = [
"facebook",
"twitter",
"youtube",
# "youtube", see PROD-816 for more details
"linkedin",
"google_plus",
"reddit",