1
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -28,7 +28,7 @@
|
|||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
<script type="module" crossorigin src="/assets/index-tJxTOT0B.js"></script>
|
<script type="module" crossorigin src="/assets/index-P3kptQyA.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-Bi8mcSs8.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-Bi8mcSs8.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -58,6 +58,7 @@ import {
|
|||||||
InfoOutlined,
|
InfoOutlined,
|
||||||
MenuOutlined,
|
MenuOutlined,
|
||||||
ArrowLeftOutlined,
|
ArrowLeftOutlined,
|
||||||
|
RobotOutlined,
|
||||||
} from '@ant-design/icons';
|
} from '@ant-design/icons';
|
||||||
import { Outlet, useNavigate, useLocation } from 'react-router-dom';
|
import { Outlet, useNavigate, useLocation } from 'react-router-dom';
|
||||||
import { useAuthStore } from '../../store/useAuthStore';
|
import { useAuthStore } from '../../store/useAuthStore';
|
||||||
@@ -268,7 +269,7 @@ const iconMap: Record<string, React.ReactNode> = {
|
|||||||
StarOutlined: <StarOutlined />,
|
StarOutlined: <StarOutlined />,
|
||||||
HeartOutlined: <HeartOutlined />,
|
HeartOutlined: <HeartOutlined />,
|
||||||
CameraOutlined: <CameraOutlined />,
|
CameraOutlined: <CameraOutlined />,
|
||||||
RobotOutlined: <PlayCircleOutlined />,
|
RobotOutlined: <RobotOutlined />,
|
||||||
CalculatorOutlined: <CalculatorOutlined />,
|
CalculatorOutlined: <CalculatorOutlined />,
|
||||||
DollarOutlined: <DollarOutlined />,
|
DollarOutlined: <DollarOutlined />,
|
||||||
GiftOutlined: <GiftOutlined />,
|
GiftOutlined: <GiftOutlined />,
|
||||||
|
|||||||
Reference in New Issue
Block a user