aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/paths/instance/otp_devices
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2024-05-25 17:20:10 +0200
committerChristian Grothoff <grothoff@gnunet.org>2024-05-25 17:20:18 +0200
commit2f561dd3effeb133b7958c873ac885b8cd4a95c0 (patch)
tree6e321ef98d7bf8d0a8ad91a82d3d73f227392a4e /packages/merchant-backoffice-ui/src/paths/instance/otp_devices
parent9dc66e88dee2a8c5ba749202b894e3b05ff03b27 (diff)
downloadwallet-core-2f561dd3effeb133b7958c873ac885b8cd4a95c0.tar.xz
fix logo for OTP devices
Diffstat (limited to 'packages/merchant-backoffice-ui/src/paths/instance/otp_devices')
-rw-r--r--packages/merchant-backoffice-ui/src/paths/instance/otp_devices/list/Table.tsx2
1 files changed, 1 insertions, 1 deletions
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
index afe3c98e2..e4206ff7d 100644
--- 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>