Merge pull request #22008 from edx/waheed/PROD-816-remove-youtube-logo
Remove YouTube logo from footer.
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user