File tree Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 5
5
import React from 'react' ;
6
6
7
7
import TwitterIcon from '../../../../../assets/images/social/icon_twitter.svg' ;
8
+ import FacebookIcon from '../../../../../assets/images/social/icon_facebook.svg' ;
8
9
import PrintIcon from '../../../../../assets/images/social/icon_print.svg' ;
9
10
import EmailIcon from '../../../../../assets/images/social/icon_email.svg' ;
10
11
import MoreIcon from '../../../../../assets/images/social/icon_plus.svg' ;
@@ -38,11 +39,7 @@ export default class ShareSocial extends React.Component {
38
39
aria-label = "Share via Facebook"
39
40
href = "#"
40
41
>
41
- < div styleName = "facebook-icon" >
42
- < span >
43
- f
44
- </ span >
45
- </ div >
42
+ < FacebookIcon styleName = "facebook-icon" />
46
43
</ a >
47
44
< a
48
45
className = "addthis_button_twitter"
Original file line number Diff line number Diff line change @@ -11,9 +11,4 @@ $tc-fb-blue: #325fba;
11
11
12
12
width : 35px ;
13
13
height : 35px ;
14
- background : $tc-fb-blue ;
15
- border-radius : 18px ;
16
- padding : 0 13px ;
17
- color : $tc-white ;
18
- font-size : 25px ;
19
14
}
You can’t perform that action at this time.
0 commit comments