From f55703b0a10c374121f2c08c5fdd10e55ee276c4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 28 Oct 2022 12:40:24 +0200 Subject: styling of QR withdraw page --- packages/demobank-ui/src/pages/home/index.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'packages/demobank-ui/src/pages/home/index.tsx') diff --git a/packages/demobank-ui/src/pages/home/index.tsx b/packages/demobank-ui/src/pages/home/index.tsx index 55653a860..fe94e41d9 100644 --- a/packages/demobank-ui/src/pages/home/index.tsx +++ b/packages/demobank-ui/src/pages/home/index.tsx @@ -1516,7 +1516,9 @@ function QrCodeSection({ return (

{i18n`Charge Taler Wallet`}

-

{i18n`You can use this QR code to withdraw to your mobile wallet:`}

+
+
+

{i18n`Use this QR code to withdraw to your mobile wallet:`}

{QR({ text: talerWithdrawUri })}

Click {i18n`this link`} to @@ -1524,6 +1526,8 @@ function QrCodeSection({


{abortButton} +
+
); } @@ -1540,7 +1544,7 @@ function TalerWithdrawalQRCode(Props: any): VNode { const i18n = useTranslator(); const abortButton = ( { pageStateSetter((prevState: PageStateType) => { return { -- cgit v1.2.3