Skip to content

Commit

Permalink
Upgrade next-share v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunlong committed Oct 15, 2022
1 parent 8011a44 commit c0b7a27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion supports/create-next-app/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const Home: NextPage = () => {
url={'https://github.com/bunlong/next-share'}
quote={'Testing - next-share is a social share buttons plugin for Next.js, Create React App, Gatsby.js as well as React apps.'}
hashtag={'#NextShare'}
// blankTarget={true}
blankTarget={true}
>
<div style={{marginRight: 10, width: 32, height: 32}}>
<FacebookIcon size={32} round />
Expand Down
2 changes: 1 addition & 1 deletion supports/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"next-share": "^0.18.4",
"next-share": "^0.19.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-scripts": "5.0.1",
Expand Down
1 change: 1 addition & 0 deletions supports/create-react-app/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ function App() {
url={'https://github.com/bunlong/next-share'}
quote={'Testing - next-share is a social share buttons plugin for Next.js, Create React App, Gatsby.js as well as React apps.'}
hashtag={'#NextShare'}
blankTarget={true}
>
<div style={{marginRight: 10, width: 32, height: 32}}>
<FacebookIcon size={32} round />
Expand Down

0 comments on commit c0b7a27

Please sign in to comment.