Skip to content

Commit

Permalink
Merge pull request #40 from rebeccacremona/terms-privacy
Browse files Browse the repository at this point in the history
Remove nav to non-existent Terms and Privacy pages for now
  • Loading branch information
rebeccacremona authored Jan 30, 2024
2 parents e45fd10 + 6ec3cfc commit aa23b87
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/data/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ export const navLinks = [
];

export const legalLinks = [
{
name: "Terms",
path: "/terms/",
},
{
name: "Privacy",
path: "/privacy/",
},
// {
// name: "Terms",
// path: "/terms/",
// },
// {
// name: "Privacy",
// path: "/privacy/",
// },
{
name: "Accessibility",
path: "https://accessibility.huit.harvard.edu/digital-accessibility-policy",
Expand Down

0 comments on commit aa23b87

Please sign in to comment.