Skip to content

Commit 131e30f

Browse files
url changed
1 parent 5d41463 commit 131e30f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Qrcode.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const qrCode = new QRCodeStyling({
1717
width: 300,
1818
height: 300,
1919
margin: 0,
20-
// image:"https://upload.wikimedia.org/wikipedia/commons/5/51/Facebook_f_logo_%282019%29.svg",
20+
image:"https://upload.wikimedia.org/wikipedia/commons/5/51/Facebook_f_logo_%282019%29.svg",
2121
dotsOptions: {
2222
color: "red",
2323
type: "rounded",
@@ -49,7 +49,7 @@ const qrCode = new QRCodeStyling({
4949

5050
const Qrcode = () => {
5151

52-
const [url, setUrl] = useState("http://www.peprosys.com");
52+
const [url, setUrl] = useState("https://krishnadeveloper.github.io/react-qr-code-style/index.html");
5353
const [height, setHeight] = useState(300)
5454
const [width, setWidth] = useState(300)
5555
const [logo, setLogo] = useState("https://upload.wikimedia.org/wikipedia/commons/5/51/Facebook_f_logo_%282019%29.svg")

0 commit comments

Comments
 (0)