File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/sections/Blog/Blog-single Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ const AboutTheAuthor = (props) => {
35
35
< div className = "share-section" >
36
36
< h3 > Share</ h3 >
37
37
< div className = "share-icons-container" >
38
- < TwitterShareButton url = { location . href } title = { shareQuote || "Check out this article!" } className = "icon" >
38
+ < TwitterShareButton url = { location . href } title = { shareQuote } className = "icon" >
39
39
< AiOutlineTwitter />
40
40
</ TwitterShareButton >
41
- < FacebookShareButton url = { location . href } quote = { shareQuote || "Check out this article!" } className = "icon" >
41
+ < FacebookShareButton url = { location . href } quote = { shareQuote } className = "icon" >
42
42
< FaFacebookF />
43
43
</ FacebookShareButton >
44
- < LinkedinShareButton url = { location . href } title = { shareQuote || "Check out this article!" } className = "icon" >
44
+ < LinkedinShareButton url = { location . href } title = { shareQuote } className = "icon" >
45
45
< FaLinkedin />
46
46
</ LinkedinShareButton >
47
47
</ div >
You can’t perform that action at this time.
0 commit comments