1- import React from ' react' ;
2- import githubSVG from ' ../../../images/icons/github.svg' ;
3- import telegramSVG from ' ../../../images/icons/telegram.svg' ;
4- import twitterSVG from ' ../../../images/icons/twitter.svg' ;
5- import eventbriteSVG from ' ../../../images/icons/eventbrite.png' ;
6- import ' ./social-networks.css'
1+ import React from " react" ;
2+ import githubSVG from " ../../../images/icons/github.svg" ;
3+ import telegramSVG from " ../../../images/icons/telegram.svg" ;
4+ import twitterSVG from " ../../../images/icons/twitter.svg" ;
5+ import eventbriteSVG from " ../../../images/icons/eventbrite.png" ;
6+ import " ./social-networks.css" ;
77
88const SocialNetworks = ( ) => (
99 < div className = "social-networks" >
@@ -12,14 +12,17 @@ const SocialNetworks = () => (
1212 < a href = "https://github.com/javascriptecuador/web" target = "_blank" >
1313 < img src = { githubSVG } alt = "imagen github" />
1414 </ a >
15- < a href = "# " >
16- < img src = { telegramSVG } alt = "imagen github " />
15+ < a href = "https://t.me/javascriptecuador" target = "_blank ">
16+ < img src = { telegramSVG } alt = "imagen telegram " />
1717 </ a >
18- < a href = "# " >
19- < img src = { twitterSVG } alt = "imagen github " />
18+ < a href = "https://twitter.com/jsecuador_" target = "_blank ">
19+ < img src = { twitterSVG } alt = "imagen twitter " />
2020 </ a >
21- < a href = "#" >
22- < img src = { eventbriteSVG } alt = "imagen github" />
21+ < a
22+ href = "https://www.eventbrite.com/o/javascript-ecuador-29109297643?aff=eand"
23+ target = "_blank"
24+ >
25+ < img src = { eventbriteSVG } alt = "imagen eventBrite" />
2326 </ a >
2427 </ div >
2528 </ div >
0 commit comments