diff options
Diffstat (limited to 'packages/demobank-ui/src')
-rw-r--r-- | packages/demobank-ui/src/pages/home/index.tsx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/packages/demobank-ui/src/pages/home/index.tsx b/packages/demobank-ui/src/pages/home/index.tsx index c8caf2a92..0ee2aa20d 100644 --- a/packages/demobank-ui/src/pages/home/index.tsx +++ b/packages/demobank-ui/src/pages/home/index.tsx @@ -1517,16 +1517,16 @@ function QrCodeSection({ <section id="main" class="content"> <h1 class="nav">{i18n`Charge Taler Wallet`}</h1> <article> - <div class="qr-div"> - <p>{i18n`Use this QR code to withdraw to your mobile wallet:`}</p> - {QR({ text: talerWithdrawUri })} - <p> - Click <a id="linkqr" href={talerWithdrawUri}>{i18n`this link`}</a> to - open your Taler wallet! - </p> - <br /> - {abortButton} - </div> + <div class="qr-div"> + <p>{i18n`Use this QR code to withdraw to your mobile wallet:`}</p> + {QR({ text: talerWithdrawUri })} + <p> + Click <a id="linkqr" href={talerWithdrawUri}>{i18n`this link`}</a>{" "} + to open your Taler wallet! + </p> + <br /> + {abortButton} + </div> </article> </section> ); |