From 4a898a7ffb4741e0060289c2af246a98c6f2f080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Sun, 4 Aug 2024 01:47:12 +0200 Subject: [PATCH] chore: change icon in menu --- assets/components/Sider.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/components/Sider.tsx b/assets/components/Sider.tsx index 4778600..e5a2dbd 100644 --- a/assets/components/Sider.tsx +++ b/assets/components/Sider.tsx @@ -1,6 +1,7 @@ import {ItemType, MenuItemType} from "antd/lib/menu/interface"; import {t} from "ttag"; import { + AimOutlined, ApiOutlined, BankOutlined, CloudServerOutlined, @@ -71,7 +72,7 @@ export function Sider({isAuthenticated}: { isAuthenticated: boolean }) { { key: 'tracking', label: t`Tracking`, - icon: , + icon: , children: [ { key: 'watchlist',