From 11c7c34fdf0f7c4314982a6fbcb3e04fe7d5d123 Mon Sep 17 00:00:00 2001 From: Pkpedram Date: Wed, 16 Mar 2022 16:58:31 +0330 Subject: [PATCH] Mobile Menu Done --- src/components/nav/Nav.js | 69 +++++++++++++++++++++++++++++---------- 1 file changed, 51 insertions(+), 18 deletions(-) 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);