diff --git a/frontend/src/app/app.routes.ts b/frontend/src/app/app.routes.ts index 9d013b7..183f658 100644 --- a/frontend/src/app/app.routes.ts +++ b/frontend/src/app/app.routes.ts @@ -10,7 +10,7 @@ export const routes: Routes = [ loadComponent: () => import('./features/home/home.component').then(m => m.HomeComponent) }, { - path: 'cal', + path: 'calculator', loadChildren: () => import('./features/calculator/calculator.routes').then(m => m.CALCULATOR_ROUTES) }, { diff --git a/frontend/src/app/core/layout/navbar.component.html b/frontend/src/app/core/layout/navbar.component.html index 5c1fd28..189ff6f 100644 --- a/frontend/src/app/core/layout/navbar.component.html +++ b/frontend/src/app/core/layout/navbar.component.html @@ -10,7 +10,7 @@