Skip to content

Commit

Permalink
Reworded routing text
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyspanish2112 committed Oct 13, 2019
1 parent 77dff9c commit 49dab60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { HeaderComponent } from './components/cds-declaration/header/header.comp
export const routes: Routes = [
{ path: '', redirectTo: '/home', pathMatch: 'full' },
{ path: 'home', component: HomeComponent, data: { text: 'Home' } },
{ path: 'declarations', component: HeaderComponent, data: { text: 'Declarations' } },
{ path: 'declarations', component: HeaderComponent, data: { text: 'CDS Declaration' } },
{ path: '**', component: NotFoundComponent } // must always be last
];
@NgModule({
Expand Down

0 comments on commit 49dab60

Please sign in to comment.