From 9efe4c53bbd0a21314cbb460a850d719b5ff5f4c Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Wed, 26 Apr 2023 22:38:09 +0800 Subject: [PATCH 1/3] Update privacy policy URL --- packages/web/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/next.config.js b/packages/web/next.config.js index db1d4b245..396ed283f 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.html', permanent: true, }, { From 160b673bd2a44d677068103f810bc6ec2a1929d5 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Wed, 26 Apr 2023 22:49:22 +0800 Subject: [PATCH 2/3] Add links on about pages --- .../web/components/templates/landing/LandingFooter.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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
  • From 44c2b4c9b052ccc80b46488c2f2c8066492c0c81 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Wed, 26 Apr 2023 22:49:39 +0800 Subject: [PATCH 3/3] Update privacy policy link --- packages/web/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/next.config.js b/packages/web/next.config.js index 396ed283f..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-policy.html', + destination: 'https://docs.omnivore.app/about/privacy-policy', permanent: true, }, {