diff --git a/src/pages/home/Home.tsx b/src/pages/home/Home.tsx
index b0fca1a..11375f7 100644
--- a/src/pages/home/Home.tsx
+++ b/src/pages/home/Home.tsx
@@ -8,6 +8,8 @@ import Button from '@/components/Button'
import { AddSquare, MessageQuestion } from 'iconsax-react'
import { COLORS } from '@/constants/colors'
import SupportImage from '@/assets/images/support1.png'
+import { Paths } from '@/config/Paths'
+import { Link } from 'react-router-dom'
const Home: FC = () => {
return (
@@ -23,13 +25,15 @@ const Home: FC = () => {
diff --git a/src/shared/Sidebar.tsx b/src/shared/Sidebar.tsx
index 156790d..501e04b 100644
--- a/src/shared/Sidebar.tsx
+++ b/src/shared/Sidebar.tsx
@@ -2,7 +2,7 @@ import { type FC } from 'react'
import LogoImage from '@/assets/images/logo.svg'
import { AddSquare, DocumentText, Element3, Home2, Messages3, NotificationStatus, Receipt21, Teacher } from 'iconsax-react'
import SideBarItem from './SidebarItem'
-import { useLocation } from 'react-router-dom'
+import { Link, useLocation } from 'react-router-dom'
import { Paths } from '../config/Paths'
import { useSharedStore } from './store/useSharedStore'
import { clx } from '../helpers/utils'
@@ -33,7 +33,9 @@ const SideBar: FC = () => {
>
-

+
+

+
@@ -106,14 +108,16 @@ const SideBar: FC = () => {
{t('sidebar.submitYourOrder')}
{t('sidebar.submitYourOrderDescription')}
-
+
+
+
{/*