diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-10-28 16:49:03 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-10-28 16:49:03 +0200 |
commit | 40f03ce4072b5051f36ea1dc50336161351343bc (patch) | |
tree | 91ab9d555988722fbdfa9af89a93034b82733678 | |
parent | 6b850030dc2ea5404af7fb777e38b31eef70b273 (diff) |
fix alt tag of taler logo
-rw-r--r-- | packages/demobank-ui/src/pages/home/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/demobank-ui/src/pages/home/index.tsx b/packages/demobank-ui/src/pages/home/index.tsx index fe94e41d9..c68b6f8c5 100644 --- a/packages/demobank-ui/src/pages/home/index.tsx +++ b/packages/demobank-ui/src/pages/home/index.tsx @@ -1065,7 +1065,7 @@ function BankFrame(Props: any): VNode { <a href="https://taler.net/"> <img src={talerLogo} - alt="{i18n`Taler logo`}" + alt={i18n`Taler logo`} height="100" width="224" style="margin: 2em 2em" |