commit 242d913891b31ecf117c61167c1fa235bde99cbb parent 2f561dd3effeb133b7958c873ac885b8cd4a95c0 Author: Christian Grothoff <grothoff@gnunet.org> Date: Sat, 25 May 2024 17:23:00 +0200 use proper icon for webhooks Diffstat:
| M | packages/merchant-backoffice-ui/src/components/menu/SideBar.tsx | | | 2 | +- |
| M | packages/merchant-backoffice-ui/src/paths/instance/webhooks/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 @@ -156,7 +156,7 @@ export function Sidebar({ mobile }: Props): VNode { <li> <a href={"/webhooks"} class="has-icon"> <span class="icon"> - <i class="mdi mdi-newspaper" /> + <i class="mdi mdi-webhook" /> </span> <span class="menu-item-label"> <i18n.Translate>Webhooks</i18n.Translate> diff --git a/packages/merchant-backoffice-ui/src/paths/instance/webhooks/list/Table.tsx b/packages/merchant-backoffice-ui/src/paths/instance/webhooks/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-webhook" /> </span> <i18n.Translate>Webhooks</i18n.Translate> </p>