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 @@ -130,13 +130,13 @@ const BlogSingle = ({ data }) => {
130130 < div className = "post-share-mobile" >
131131 < div className = "share-icons-container" >
132132 < h4 > Share Post:</ h4 >
133- < TwitterShareButton $ url= { location . href } title = { shareQuote } >
133+ < TwitterShareButton url = { location . href } title = { shareQuote } >
134134 < AiOutlineTwitter />
135135 </ TwitterShareButton >
136- < FacebookShareButton $ url= { location . href } quote = { shareQuote } >
136+ < FacebookShareButton url = { location . href } quote = { shareQuote } >
137137 < FaFacebookF />
138138 </ FacebookShareButton >
139- < LinkedinShareButton $ url= { location . href } >
139+ < LinkedinShareButton url = { location . href } title = { shareQuote } >
140140 < FaLinkedin />
141141 </ LinkedinShareButton >
142142 < CopyToClipboard text = { location . href } title = "Copy link" onCopy = { ( ) => setCopied ( true ) } >
You can’t perform that action at this time.
0 commit comments