File tree Expand file tree Collapse file tree 6 files changed +0
-62
lines changed
Expand file tree Collapse file tree 6 files changed +0
-62
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ npm install react-share
3939 - Instapaper
4040 - Hatena
4141 - Gab
42- - Bluesky
4342 - email
4443 - Threads
4544- share counts for
@@ -191,7 +190,6 @@ import {
191190 WhatsappIcon ,
192191 WorkplaceIcon ,
193192 XIcon ,
194- BlueskyIcon ,
195193} from " react-share" ;
196194```
197195
Original file line number Diff line number Diff line change 11import React from 'react' ;
22import {
3- BlueskyIcon ,
4- BlueskyShareButton ,
53 EmailIcon ,
64 EmailShareButton ,
75 FacebookIcon ,
@@ -319,18 +317,6 @@ export function Demo() {
319317 < ThreadsIcon size = { 32 } round />
320318 </ ThreadsShareButton >
321319 </ div >
322-
323- < div className = "Demo__some-network" >
324- < BlueskyShareButton
325- url = { shareUrl }
326- title = { title }
327- windowWidth = { 660 }
328- windowHeight = { 460 }
329- className = "Demo__some-network__share-button"
330- >
331- < BlueskyIcon size = { 32 } round />
332- </ BlueskyShareButton >
333- </ div >
334320 </ div >
335321 ) ;
336322}
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- export { default as BlueskyIcon } from './BlueskyIcon' ;
2- export { default as BlueskyShareButton } from './BlueskyShareButton' ;
31export { default as EmailIcon } from './EmailIcon' ;
42export { default as EmailShareButton } from './EmailShareButton' ;
53export { default as FacebookIcon } from './FacebookIcon' ;
You can’t perform that action at this time.
0 commit comments