Skip to content

Commit d9e61bd

Browse files
committed
fixed share on linkedin
1 parent 6f41536 commit d9e61bd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/pages/Story.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ const Story = (props) => {
144144

145145
const hashtagsArray = ['EOS', 'userstory']
146146
const title = 'EOS User Story - POST Stories. GET Features.'
147-
const summary =
148-
"Share with us how you use our products, relate to other users' stories, vote them up, and we'll make sure we deliver cohesive solutions that enhance your experience."
149147

150148
return (
151149
<>
@@ -279,9 +277,6 @@ const Story = (props) => {
279277
<LinkedinShareButton
280278
url={window.location}
281279
className='share-button'
282-
title={title}
283-
summary={summary}
284-
source={'https://userstory.eosdesignsystem.com/'}
285280
onShareWindowClose={togglePopup}
286281
>
287282
<LinkedinIcon />
@@ -290,7 +285,7 @@ const Story = (props) => {
290285
url={window.location}
291286
className='share-button'
292287
title={title}
293-
separator=' '
288+
separator=' '
294289
onShareWindowClose={togglePopup}
295290
>
296291
<WhatsappIcon />

0 commit comments

Comments
 (0)