React to removed link (#10957)

React to removed link
This commit is contained in:
Ryan Brandenburg 2019-06-06 13:39:25 -07:00 committed by GitHub
parent 67b665208c
commit 9336a6acd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 16 deletions

View File

@ -61,10 +61,6 @@ namespace Templates.Test
PageUrls.PrivacyFullUrl
};
if (languageOverride == null)
{
menuLinks = menuLinks.Append(PageUrls.PrivacyFullUrl);
}
var footerLinks = new string[] { PageUrls.PrivacyFullUrl };
var pages = new List<Page>
@ -141,7 +137,6 @@ namespace Templates.Test
PageUrls.LoginUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl
}
},
@ -154,7 +149,6 @@ namespace Templates.Test
PageUrls.LoginUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.DocsUrl,
PageUrls.PrivacyUrl
}
@ -168,7 +162,6 @@ namespace Templates.Test
PageUrls.LoginUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl
}
},
@ -181,7 +174,6 @@ namespace Templates.Test
PageUrls.LoginUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.ForgotPassword,
PageUrls.RegisterUrl,
PageUrls.ExternalArticle,
@ -196,7 +188,6 @@ namespace Templates.Test
PageUrls.LoginUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.ExternalArticle,
PageUrls.PrivacyUrl
}

View File

@ -61,7 +61,6 @@ namespace Templates.Test
PageUrls.HomeUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.DocsUrl,
PageUrls.PrivacyUrl
}
@ -73,7 +72,6 @@ namespace Templates.Test
PageUrls.HomeUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl }
}
};
@ -138,7 +136,6 @@ namespace Templates.Test
PageUrls.LoginUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl
}
},
@ -151,7 +148,6 @@ namespace Templates.Test
PageUrls.LoginUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.DocsUrl,
PageUrls.PrivacyUrl
}
@ -165,7 +161,6 @@ namespace Templates.Test
PageUrls.LoginUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl
}
},
@ -178,7 +173,6 @@ namespace Templates.Test
PageUrls.LoginUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.ForgotPassword,
PageUrls.RegisterUrl,
PageUrls.ExternalArticle,
@ -193,7 +187,6 @@ namespace Templates.Test
PageUrls.LoginUrl,
PageUrls.HomeUrl,
PageUrls.PrivacyUrl,
PageUrls.PrivacyUrl,
PageUrls.ExternalArticle,
PageUrls.PrivacyUrl
}