Skip to content

Commit

Permalink
Remove logo from qrcode
Browse files Browse the repository at this point in the history
  • Loading branch information
alxlion committed Nov 24, 2023
1 parent 6adc4c2 commit e54f27c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,6 @@ Hooks.QRCode = {
width: this.el.dataset.dynamic ? document.documentElement.clientWidth * .25 : 240,
height: this.el.dataset.dynamic ? document.documentElement.clientWidth * .25 : 240,
margin: 0,
image:
"/images/logo.png",
data: url,
cornersSquareOptions: {
type: "square"
Expand Down

0 comments on commit e54f27c

Please sign in to comment.