diff --git a/pages/wallet.js b/pages/wallet.js index 6dc15f9..ef2ef6b 100644 --- a/pages/wallet.js +++ b/pages/wallet.js @@ -7,20 +7,20 @@ import { SERVER_URL } from 'utils/constants'; export default function Wallet() { const { Canvas } = useQRCode(); const qrCodeSize = 400; - const walletUrl = `https://${SERVER_URL}/api/getwallet`; + const walletUrl = `https://${SERVER_URL.replace('https://', '')}/api/getwallet`; return ( <> Quotient Wallet
-
-

Get the Quotient Wallet

+
+

Get the Quotient Wallet

Scan the QR code to download the Quotient Wallet for Android or iOS.

-
+