From 8ddd7b5691e8f406fa2f56f10da9c348e350cf51 Mon Sep 17 00:00:00 2001 From: Chris Veilleux Date: Tue, 26 Mar 2019 23:00:54 -0500 Subject: [PATCH] fixed a url --- projects/globalnav/src/lib/globalnav.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/globalnav/src/lib/globalnav.component.ts b/projects/globalnav/src/lib/globalnav.component.ts index 0a74e3c..d1de460 100644 --- a/projects/globalnav/src/lib/globalnav.component.ts +++ b/projects/globalnav/src/lib/globalnav.component.ts @@ -53,7 +53,7 @@ export class GlobalnavComponent implements OnInit { this.footerItems = [ {text: 'Contact Us', url: this.mycroftUrls.wordPress + '/contact'}, - {text: 'Media Kit', url: this.mycroftUrls.wordPress + '/mediaObserver'}, + {text: 'Media Kit', url: this.mycroftUrls.wordPress + '/media'}, {text: 'Privacy Policy', url: this.mycroftUrls.account + '/#/privacy-policy'}, {text: 'Terms of Use', url: this.mycroftUrls.account + '/#/agreement-step'} ];