taler-typescript-core

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

commit 328a700c90edc8affe8b23ce2b30c41fed7df910
parent 242d913891b31ecf117c61167c1fa235bde99cbb
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sat, 25 May 2024 17:25:02 +0200

use proper icon for templates

Diffstat:
Mpackages/merchant-backoffice-ui/src/components/menu/SideBar.tsx | 2+-
Mpackages/merchant-backoffice-ui/src/paths/instance/templates/list/Table.tsx | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/merchant-backoffice-ui/src/components/menu/SideBar.tsx b/packages/merchant-backoffice-ui/src/components/menu/SideBar.tsx @@ -111,7 +111,7 @@ export function Sidebar({ mobile }: Props): VNode { <li> <a href={"/templates"} class="has-icon"> <span class="icon"> - <i class="mdi mdi-newspaper" /> + <i class="mdi mdi-qrcode" /> </span> <span class="menu-item-label"> <i18n.Translate>Templates</i18n.Translate> diff --git a/packages/merchant-backoffice-ui/src/paths/instance/templates/list/Table.tsx b/packages/merchant-backoffice-ui/src/paths/instance/templates/list/Table.tsx @@ -56,7 +56,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-qrcode" /> </span> <i18n.Translate>Templates</i18n.Translate> </p>