diff --git a/itenium-socks/src/app/app.routes.ts b/itenium-socks/src/app/app.routes.ts index 14b59f8..141c21c 100644 --- a/itenium-socks/src/app/app.routes.ts +++ b/itenium-socks/src/app/app.routes.ts @@ -12,7 +12,7 @@ export const routes: Routes = [ path: '', component: LayoutComponent, children: [ - { path: 'why-us', component: WhyUsComponent }, + { path: 'why-us', component: WhyUsComponent, title: 'Why Us | Toe-tally Amazing' }, { path: 'socks', component: ShopComponent }, { path: 'socks/:id', component: SockComponent }, ]