gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: fix alt tag of taler logo


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix alt tag of taler logo
Date: Fri, 28 Oct 2022 16:49:06 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 40f03ce40 fix alt tag of taler logo
40f03ce40 is described below

commit 40f03ce4072b5051f36ea1dc50336161351343bc
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Oct 28 16:49:03 2022 +0200

    fix alt tag of taler logo
---
 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
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"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]