taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 9dc66e88dee2a8c5ba749202b894e3b05ff03b27
parent 365e4a51d194d8184190037b80d04270258201ad
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sat, 25 May 2024 17:19:21 +0200

fix logo for accounts

Diffstat:
Mpackages/merchant-backoffice-ui/src/paths/instance/accounts/list/Table.tsx | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/merchant-backoffice-ui/src/paths/instance/accounts/list/Table.tsx b/packages/merchant-backoffice-ui/src/paths/instance/accounts/list/Table.tsx @@ -48,7 +48,7 @@ export function CardTable({ <header class="card-header"> <p class="card-header-title"> <span class="icon"> - <i class="mdi mdi-newspaper" /> + <i class="mdi mdi-bank" /> </span> <i18n.Translate>Bank accounts</i18n.Translate> </p>