更改按钮图标
This commit is contained in:
@@ -18,7 +18,7 @@ import { dataProvider } from "@providers/data-provider";
|
||||
import { LiaNetworkWiredSolid } from "react-icons/lia";
|
||||
import { TbDatabaseEdit } from "react-icons/tb";
|
||||
import { LuReplace } from "react-icons/lu";
|
||||
import { PiAsteriskDuotone } from "react-icons/pi";
|
||||
import { AiOutlineSecurityScan } from "react-icons/ai";
|
||||
import { TbLocationPin } from "react-icons/tb";
|
||||
import { AiOutlinePartition } from "react-icons/ai";
|
||||
|
||||
@@ -149,7 +149,7 @@ const App = (props: React.PropsWithChildren<AppProps>) => {
|
||||
name: "健康风险分析",
|
||||
list: "/health-risk-analysis",
|
||||
meta: {
|
||||
icon: <PiAsteriskDuotone className="w-6 h-6" />,
|
||||
icon: <AiOutlineSecurityScan className="w-6 h-6" />,
|
||||
label: "健康风险分析",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user