Skip to content

Commit 4ca3c33

Browse files
committed
ui: Remove Content Reports from sidebar navigation to streamline UI - reports remain accessible via notifications dropdown
1 parent 980ce76 commit 4ca3c33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/layouts/main/sider/sidebarNavigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { useMemo } from 'react';
2-
import { DashboardOutlined, TableOutlined, StopOutlined } from '@ant-design/icons';
2+
import { DashboardOutlined, TableOutlined, StopOutlined, FlagOutlined } from '@ant-design/icons';
33
import { ReactComponent as NestIcon } from '@app/assets/icons/hive.svg';
44
import { ReactComponent as BtcIcon } from '@app/assets/icons/btc.svg';
55
import { ReactComponent as StatsIcon } from '@app/assets/icons/stats.svg';

0 commit comments

Comments
 (0)