diff --git a/src/components/nav/Nav.js b/src/components/nav/Nav.js index f5e9b22..b226e80 100644 --- a/src/components/nav/Nav.js +++ b/src/components/nav/Nav.js @@ -71,26 +71,59 @@ useEffect(() => { link: '/services', }, { - title: 'آزمون ها', - icon: - - - - - - - , - link: '/exams', - }, - { - title: 'حساب کاربری', - icon: - - - + title: 'پشتیبانی', + icon: + + + + + + , - link: '/dashboard', + link: '/messages', }, + // { + // title: 'حساب کاربری', + // icon: + // + // + // + // , + // link: '/dashboard', + // }, ]; const [navId, setNavId] = useState(initai_navId);