Skip to content

Commit

Permalink
Re-worded data text for home page
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyspanish2112 committed Oct 13, 2019
1 parent 49dab60 commit 99e8634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ 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: 'CDS Declaration' } },
{ path: 'home', component: HomeComponent, data: { text: 'Welcome' } },
{ path: 'declarations', component: HeaderComponent, data: { text: 'CDS Declaration Editor' } },
{ path: '**', component: NotFoundComponent } // must always be last
];
@NgModule({
Expand Down

0 comments on commit 99e8634

Please sign in to comment.