Skip to content

Commit

Permalink
Update qr.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rabatamedia authored Jun 21, 2024
1 parent 958908d commit e4a2f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qr.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h2> QR Codes Generator </h2>
link.href = imageUrl;

// Set atribut download dengan nama file
link.download = 'qr-by-rabatamedia.github.io.jpg';
link.download = 'qr-by-rabatamedia-github-io.jpg';

// Simulasikan klik pada link
link.click();
Expand Down

0 comments on commit e4a2f0a

Please sign in to comment.