File tree Expand file tree Collapse file tree
src/sections/Blog/Blog-single Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ const AboutTheAuthor = (props) => {
3535 < div className = "share-section" >
3636 < h3 > Share</ h3 >
3737 < 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" >
3939 < AiOutlineTwitter />
4040 </ TwitterShareButton >
41- < FacebookShareButton url = { location . href } quote = { shareQuote || "Check out this article!" } className = "icon" >
41+ < FacebookShareButton url = { location . href } quote = { shareQuote } className = "icon" >
4242 < FaFacebookF />
4343 </ FacebookShareButton >
44- < LinkedinShareButton url = { location . href } title = { shareQuote || "Check out this article!" } className = "icon" >
44+ < LinkedinShareButton url = { location . href } title = { shareQuote } className = "icon" >
4545 < FaLinkedin />
4646 </ LinkedinShareButton >
4747 </ div >
You can’t perform that action at this time.
0 commit comments