mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
chore: change icon in menu
This commit is contained in:
@@ -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: <FileSearchOutlined/>,
|
||||
icon: <AimOutlined/>,
|
||||
children: [
|
||||
{
|
||||
key: 'watchlist',
|
||||
|
||||
Reference in New Issue
Block a user