Skip to content

Commit 99727e4

Browse files
committed
some fixex
1 parent 5a60ac2 commit 99727e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ const input = document.querySelector('.qr-text');
22
const qrImg = document.querySelector('.qr-img');
33
const downloadBtn = document.querySelector('.download-btn');
44

5-
let userText, link;
5+
let userText = 'Hello, World !';
6+
let link;
67

78
function handleQR() {
89
userText = this.value;

0 commit comments

Comments
 (0)