diff options
| author | Sebastian <sebasjm@gmail.com> | 2022-03-28 14:03:59 -0300 |
|---|---|---|
| committer | Sebastian <sebasjm@gmail.com> | 2022-03-28 14:04:06 -0300 |
| commit | 1d85662946c393ea6985c178842be40d38fc687d (patch) | |
| tree | c01293631a6fc13810458ea4638bb3f8daa4c389 /packages/taler-wallet-webextension/src/cta/Refund.tsx | |
| parent | 2ba6692c6ad97285e852fb0b74a650e067817003 (diff) | |
storybook like page for dev, plus some style fixes
Diffstat (limited to 'packages/taler-wallet-webextension/src/cta/Refund.tsx')
| -rw-r--r-- | packages/taler-wallet-webextension/src/cta/Refund.tsx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/taler-wallet-webextension/src/cta/Refund.tsx b/packages/taler-wallet-webextension/src/cta/Refund.tsx index 790e8d9fa..99fe1f019 100644 --- a/packages/taler-wallet-webextension/src/cta/Refund.tsx +++ b/packages/taler-wallet-webextension/src/cta/Refund.tsx @@ -28,6 +28,7 @@ import { } from "@gnu-taler/taler-util"; import { h, VNode } from "preact"; import { useEffect, useState } from "preact/hooks"; +import { SubTitle, Title } from "../components/styled"; import { useTranslationContext } from "../context/translation"; import * as wxApi from "../wxApi"; @@ -41,11 +42,11 @@ export function View({ applyResult }: ViewProps): VNode { const { i18n } = useTranslationContext(); return ( <section class="main"> - <h1>GNU Taler Wallet</h1> + <Title>GNU Taler Wallet</Title> <article class="fade"> - <h2> + <SubTitle> <i18n.Translate>Refund Status</i18n.Translate> - </h2> + </SubTitle> <p> <i18n.Translate> The product <em>{applyResult.info.summary}</em> has received a total |
