File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import {
1818 END_USER_AGREEMENT_PATH ,
1919 FEEDBACK_PATH ,
2020 PRIVACY_PATH ,
21- PRIVACY_POLICY ,
2221} from './info-routing-paths' ;
2322import { NotifyInfoComponent } from './notify-info/notify-info.component' ;
2423import { ThemedPrivacyComponent } from './privacy/themed-privacy.component' ;
@@ -75,5 +74,5 @@ export const ROUTES: Routes = [
7574 breadcrumbKey : 'info.coar-notify-support' ,
7675 } ,
7776 } : undefined ,
78- cmsInfoRoute ( PRIVACY_POLICY , 'cris' ) ,
77+ cmsInfoRoute ( PRIVACY_PATH , 'cris' ) ,
7978] . filter ( ( route : Route ) => hasValue ( route ) ) ;
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ export const PRIVACY_PATH = 'privacy';
55export const FEEDBACK_PATH = 'feedback' ;
66export const COAR_NOTIFY_SUPPORT = 'coar-notify-support' ;
77export const ACCESSIBILITY_SETTINGS_PATH = 'accessibility' ;
8- export const PRIVACY_POLICY = 'privacy' ;
98
109export function getEndUserAgreementPath ( ) {
1110 return getSubPath ( END_USER_AGREEMENT_PATH ) ;
You can’t perform that action at this time.
0 commit comments