fix alt tag of taler logo

This commit is contained in:
Christian Grothoff 2022-10-28 16:49:03 +02:00
parent 6b850030dc
commit 40f03ce407
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -1065,7 +1065,7 @@ function BankFrame(Props: any): VNode {
<a href="https://taler.net/"> <a href="https://taler.net/">
<img <img
src={talerLogo} src={talerLogo}
alt="{i18n`Taler logo`}" alt={i18n`Taler logo`}
height="100" height="100"
width="224" width="224"
style="margin: 2em 2em" style="margin: 2em 2em"