From 708e453935cf8db4ddf95d31ae8b9543de3d5d1e Mon Sep 17 00:00:00 2001 From: gasher Date: Thu, 26 Sep 2024 16:43:55 +0300 Subject: [PATCH] Fix get wallet url. --- pages/wallet.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.

-
+