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 {ItemType, MenuItemType} from "antd/lib/menu/interface";
|
||||||
import {t} from "ttag";
|
import {t} from "ttag";
|
||||||
import {
|
import {
|
||||||
|
AimOutlined,
|
||||||
ApiOutlined,
|
ApiOutlined,
|
||||||
BankOutlined,
|
BankOutlined,
|
||||||
CloudServerOutlined,
|
CloudServerOutlined,
|
||||||
@@ -71,7 +72,7 @@ export function Sider({isAuthenticated}: { isAuthenticated: boolean }) {
|
|||||||
{
|
{
|
||||||
key: 'tracking',
|
key: 'tracking',
|
||||||
label: t`Tracking`,
|
label: t`Tracking`,
|
||||||
icon: <FileSearchOutlined/>,
|
icon: <AimOutlined/>,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
key: 'watchlist',
|
key: 'watchlist',
|
||||||
|
|||||||
Reference in New Issue
Block a user