feat(help-page): enhance help section with dynamic footer links and add pending help page
This commit is contained in:
@@ -98,6 +98,13 @@ export const routes: Routes = [
|
||||
redirectTo: 'preguntas-frecuentes',
|
||||
pathMatch: 'full',
|
||||
},
|
||||
{
|
||||
path: '**',
|
||||
loadComponent: () =>
|
||||
import('./pages/help-page/pages/pending-help-page/pending-help-page').then(
|
||||
(m) => m.PendingHelpPage,
|
||||
),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user