summaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/pages/home
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-10-31 12:51:45 +0100
committerFlorian Dold <florian@dold.me>2022-10-31 12:51:45 +0100
commit234ee55882da7759591730be72f0940f82c52a05 (patch)
tree78508429c3fa3ae3e45110c4d368b841d669711e /packages/demobank-ui/src/pages/home
parent402ecb1a14276cc064a738f02c2b5014f34e6f5b (diff)
downloadwallet-core-234ee55882da7759591730be72f0940f82c52a05.tar.gz
wallet-core-234ee55882da7759591730be72f0940f82c52a05.tar.bz2
wallet-core-234ee55882da7759591730be72f0940f82c52a05.zip
demobank-ui: bundle asses properly
Diffstat (limited to 'packages/demobank-ui/src/pages/home')
-rw-r--r--packages/demobank-ui/src/pages/home/index.tsx20
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>
);