This commit is contained in:
hamid zarghami
2025-05-27 16:53:04 +03:30
parent 4bb95b4d08
commit 0b7bf82ca0
3 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ const MainRouter: FC = () => {
<div className={clx(
`overflow-auto w-[${window.innerWidth}] max-h-[calc(100vh-113px)]`,
)}>
<div>
<div className='pb-20'>
<Routes>
<Route path={Pages.dashboard} element={<Home />} />
<Route path={Pages.services.mine} element={<MyServices />} />