diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 9269cd6..01fa5dc 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -198,6 +198,10 @@ const routes: Routes = [ path: 'joboffers', loadChildren: () => import('./pages/joboffers/joboffers.module').then(m => m.JoboffersPageModule) }, + { + path: 'pendingoffers', + loadChildren: () => import('./pages/pendingoffers/pendingoffers.module').then(m => m.PendingoffersPageModule) + }, ]; @NgModule({ diff --git a/src/app/pages/jobactive/jobactive.page.html b/src/app/pages/jobactive/jobactive.page.html index 2b360e5..851c041 100644 --- a/src/app/pages/jobactive/jobactive.page.html +++ b/src/app/pages/jobactive/jobactive.page.html @@ -16,10 +16,10 @@