Skip to content
Snippets Groups Projects
Commit 637e1d0b authored by Waheed Ahmed's avatar Waheed Ahmed
Browse files

Remove YouTube logo from footer.

Current YouTube logo is not compliant with YouTube's branding
guidelines.

PROD-816
parent c9aa2584
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment