commit 40f03ce4072b5051f36ea1dc50336161351343bc parent 6b850030dc2ea5404af7fb777e38b31eef70b273 Author: Christian Grothoff <christian@grothoff.org> Date: Fri, 28 Oct 2022 16:49:03 +0200 fix alt tag of taler logo Diffstat:
| M | packages/demobank-ui/src/pages/home/index.tsx | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"