We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24dceb2 commit 93ad8bdCopy full SHA for 93ad8bd
examples/javascript/public/index.html
@@ -7,7 +7,7 @@
7
8
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
9
10
- <title>react-modal-hook</title>
+ <title>next-share</title>
11
</head>
12
13
<body>
examples/javascript/src/App.js
@@ -37,7 +37,6 @@ import {
37
function App() {
38
return (
39
<div style={{float: 'left'}}>
40
-
41
<FacebookShareButton
42
url={'https://github.com/bunlong/next-share'}
43
quote={'Testing - next-share is a social share buttons plugin for Next.js, Create React App, Gatsby.js as well as React apps.'}
0 commit comments