diff --git a/packages/web/components/templates/landing/LandingFooter.tsx b/packages/web/components/templates/landing/LandingFooter.tsx index 1300ff284..c8b41ff73 100644 --- a/packages/web/components/templates/landing/LandingFooter.tsx +++ b/packages/web/components/templates/landing/LandingFooter.tsx @@ -66,8 +66,16 @@ export function LandingFooter(): JSX.Element { - Get Help + About +
  • + Pricing +
  • +
  • + + Privacy + +
  • Contact us via email
  • diff --git a/packages/web/next.config.js b/packages/web/next.config.js index db1d4b245..19fd0aacf 100644 --- a/packages/web/next.config.js +++ b/packages/web/next.config.js @@ -98,7 +98,7 @@ const moduleExports = { }, { source: '/privacy', - destination: 'https://docs.omnivore.app/about/privacy', + destination: 'https://docs.omnivore.app/about/privacy-policy', permanent: true, }, {