fixed a url

pull/3/head
Chris Veilleux 2019-03-26 23:00:54 -05:00
parent 54f47fdea8
commit 8ddd7b5691
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ export class GlobalnavComponent implements OnInit {
this.footerItems = [ this.footerItems = [
{text: 'Contact Us', url: this.mycroftUrls.wordPress + '/contact'}, {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: 'Privacy Policy', url: this.mycroftUrls.account + '/#/privacy-policy'},
{text: 'Terms of Use', url: this.mycroftUrls.account + '/#/agreement-step'} {text: 'Terms of Use', url: this.mycroftUrls.account + '/#/agreement-step'}
]; ];