Untitled

 avatar
unknown
plain_text
3 years ago
1.3 kB
4
Indexable
import {
    Dashboard,
    Apps,
    Assignment,
    AssignmentInd
} from "@mui/icons-material"

export const designerNavigation = [
    {
        title: "Dashboard",
        icon: <Dashboard />,
        href: "#dashboard",
        scroll: false,
        childrens: null,
    },
    {
        title: "My Apps",
        icon: <Apps />,
        href: "#my_apps",
        scroll: false,
        childrens: null,
    },
    {
        title: "Licences",
        icon: <Assignment />,
        href: "#licences",
        scroll: false,
        childrens: null,
    },
    {
        title: "Profile",
        icon: <AssignmentInd />,
        href: "#profile",
        scroll: false,
        childrens: null,
    },
    {
        title: "Teams",
        icon: <Groups />,
        href: "#teams",
        scroll: false,
        childrens: null,
    },
    {
        title: "User",
        icon: <AssignmentInd />,
        href: "#user",
        scroll: false,
        childrens: null,
    },
    {
        title: "Roles",
        icon: <AssignmentInd />,
        href: "#profile",
        scroll: false,
        childrens: null,
    },
    {
        title: "Support",
        icon: <AssignmentInd />,
        href: "#profile",
        scroll: false,
        childrens: null,
    },
]
Editor is loading...