File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const qrCode = new QRCodeStyling({
17
17
width : 300 ,
18
18
height : 300 ,
19
19
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" ,
21
21
dotsOptions : {
22
22
color : "red" ,
23
23
type : "rounded" ,
@@ -49,7 +49,7 @@ const qrCode = new QRCodeStyling({
49
49
50
50
const Qrcode = ( ) => {
51
51
52
- const [ url , setUrl ] = useState ( "http ://www.peprosys.com " ) ;
52
+ const [ url , setUrl ] = useState ( "https ://krishnadeveloper.github.io/react-qr-code-style/index.html " ) ;
53
53
const [ height , setHeight ] = useState ( 300 )
54
54
const [ width , setWidth ] = useState ( 300 )
55
55
const [ logo , setLogo ] = useState ( "https://upload.wikimedia.org/wikipedia/commons/5/51/Facebook_f_logo_%282019%29.svg" )
You can’t perform that action at this time.
0 commit comments