taler-typescript-core

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

commit 2f561dd3effeb133b7958c873ac885b8cd4a95c0
parent 9dc66e88dee2a8c5ba749202b894e3b05ff03b27
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sat, 25 May 2024 17:20:10 +0200

fix logo for OTP devices

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

diff --git a/packages/merchant-backoffice-ui/src/paths/instance/otp_devices/list/Table.tsx b/packages/merchant-backoffice-ui/src/paths/instance/otp_devices/list/Table.tsx @@ -52,7 +52,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-lock" /> </span> <i18n.Translate>OTP Devices</i18n.Translate> </p>