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',