Skip to content

Commit

Permalink
fix(social-links): temporary commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
y-bobrovskaya committed Mar 22, 2022
1 parent 4b0a88f commit 4131514
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/components/social-links-block.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ let socialNetworks = [
icon: responsiveHeight(VkIcon, 22, 42, 50),
ymGoal: 'vkontakte',
},
{
link: 'https://www.facebook.com/WebPurple',
description: 'We are in Facebook',
icon: responsiveHeight(FacebookSquareIcon, 30, 65, 80),
ymGoal: 'facebook',
},
// {
// link: 'https://www.facebook.com/WebPurple',
// description: 'We are in Facebook',
// icon: responsiveHeight(FacebookSquareIcon, 30, 65, 80),
// ymGoal: 'facebook',
// },
{
link: 'https://www.youtube.com/channel/UCFOQWgbqJbU8sVuWHGln2aA',
description: 'Our youtube channel',
Expand All @@ -47,12 +47,12 @@ let socialNetworks = [
icon: responsiveHeight(TelegramIcon, 30, 55, 65),
ymGoal: 'telegram',
},
{
link: 'https://www.instagram.com/webpurple',
description: 'We are in instagram',
icon: responsiveHeight(InstagramIcon, 30, 65, 80),
ymGoal: 'instagram',
},
// {
// link: 'https://www.instagram.com/webpurple',
// description: 'We are in instagram',
// icon: responsiveHeight(InstagramIcon, 30, 65, 80),
// ymGoal: 'instagram',
// },
]

export default () => (
Expand Down

0 comments on commit 4131514

Please sign in to comment.