@cullsin/lnc-menu 3.0.17 → 3.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/SideMenu.js +2 -2
- package/package.json +1 -1
package/dist/src/SideMenu.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
import ArticleOutlinedIcon from "@mui/icons-material/ArticleOutlined";
|
|
3
3
|
import DashboardOutlinedIcon from "@mui/icons-material/DashboardOutlined";
|
|
4
4
|
import RecentActorsOutlinedIcon from "@mui/icons-material/RecentActorsOutlined";
|
|
5
|
-
import
|
|
5
|
+
import GroupAddOutlinedIcon from '@mui/icons-material/GroupAddOutlined';
|
|
6
6
|
import AppBar from "@mui/material/AppBar";
|
|
7
7
|
import Box from "@mui/material/Box";
|
|
8
8
|
import Drawer from "@mui/material/Drawer";
|
|
@@ -50,7 +50,7 @@ function SideMenu({ useDrawer, SampleMgmtIcon }) {
|
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
52
|
text: "Carrier Duo/Trio",
|
|
53
|
-
icon: _jsx(
|
|
53
|
+
icon: _jsx(GroupAddOutlinedIcon, {}),
|
|
54
54
|
path: "/carrier-duo-trio/",
|
|
55
55
|
},
|
|
56
56
|
], [SampleMgmtIcon]);
|