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 @@ -130,13 +130,13 @@ const BlogSingle = ({ data }) => {
130
130
< div className = "post-share-mobile" >
131
131
< div className = "share-icons-container" >
132
132
< h4 > Share Post:</ h4 >
133
- < TwitterShareButton $ url= { location . href } title = { shareQuote } >
133
+ < TwitterShareButton url = { location . href } title = { shareQuote } >
134
134
< AiOutlineTwitter />
135
135
</ TwitterShareButton >
136
- < FacebookShareButton $ url= { location . href } quote = { shareQuote } >
136
+ < FacebookShareButton url = { location . href } quote = { shareQuote } >
137
137
< FaFacebookF />
138
138
</ FacebookShareButton >
139
- < LinkedinShareButton $ url= { location . href } >
139
+ < LinkedinShareButton url = { location . href } title = { shareQuote } >
140
140
< FaLinkedin />
141
141
</ LinkedinShareButton >
142
142
< CopyToClipboard text = { location . href } title = "Copy link" onCopy = { ( ) => setCopied ( true ) } >
You can’t perform that action at this time.
0 commit comments