diff --git a/index.html b/index.html
index 025c6da..d7c5677 100644
--- a/index.html
+++ b/index.html
@@ -481,6 +481,10 @@
The referral opens the calculator with your username pre-loaded
+
+

+
📱 Scan to open calculator
+
@@ -1146,6 +1150,11 @@ function updateSharedLinkBox() {
if (signupBtn) {
signupBtn.href = `https://clickbaitpays.me/?ref=${refUser}`;
}
+ // Update QR code
+ const qrImg = document.getElementById('refQrCode');
+ if (qrImg) {
+ qrImg.src = `https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=${encodeURIComponent(shareUrl)}`;
+ }
}
function copySharedLink() {