diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index ee09fc3..5b499c4 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -16,9 +16,9 @@ const routes: Routes = [ { path: 'output', component: OutputComponent }, { path: 'documentation', component: DocumentationComponent }, { path: 'contact', component: FormComponent }, - { path: 'our_story', component: OurStoryComponent }, - { path: 'terms_of_service', component: TermsOfServiceComponent }, - { path: 'privacy_policy', component: PrivacyPolicyComponent } + { path: 'our-story', component: OurStoryComponent }, + { path: 'terms-of-service', component: TermsOfServiceComponent }, + { path: 'privacy-policy', component: PrivacyPolicyComponent } ]; @NgModule({ diff --git a/src/app/components/footer/footer.component.html b/src/app/components/footer/footer.component.html index d74d92f..ee8e943 100644 --- a/src/app/components/footer/footer.component.html +++ b/src/app/components/footer/footer.component.html @@ -3,7 +3,7 @@