File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1313}
1414
1515.share-story {
16+ background-color : transparent ;
17+ border : none ;
1618 cursor : pointer ;
19+ margin-left : 1em ;
1720}
1821
1922.share-button {
Original file line number Diff line number Diff line change @@ -221,15 +221,13 @@ const Story = (props) => {
221221 onClick = { ( ) => setEditor ( true ) }
222222 >
223223 Edit
224- </ Button > { ' ' }
225-
226- < object className = 'share-story' onClick = { togglePopup } >
227- < i className = 'eos-icons share-story' > share </ i >
228- </ object > { ' ' }
229-
230- < object className = 'share-story' onClick = { copy } >
224+ </ Button >
225+ < Button className = 'share-story' onClick = { togglePopup } >
226+ < i className = 'eos-icons' > share </ i >
227+ </ Button >
228+ < Button className = 'share-story' onClick = { copy } >
231229 < i className = 'eos-icons' > content_copy</ i >
232- </ object >
230+ </ Button >
233231 </ >
234232 ) : (
235233 ''
You can’t perform that action at this time.
0 commit comments