diff --git a/src/config/redirects.js b/src/config/redirects.js
index c27a3184d..3fea22eee 100644
--- a/src/config/redirects.js
+++ b/src/config/redirects.js
@@ -19,11 +19,6 @@ const docsRedirects = [
destination: 'https://docs.zesty.io/docs/parsley',
permanent: true,
},
- {
- source: '/docs/media/api-reference/:path*',
- destination: 'https://docs.zesty.io/reference/media-api-reference',
- permanent: true,
- },
{
source: '/docs/media/api-reference/manager/:path*',
destination: 'https://docs.zesty.io/reference/media-manager-api-reference',
@@ -44,6 +39,11 @@ const docsRedirects = [
destination: 'https://docs.zesty.io/reference/media-resolver-api-reference',
permanent: true,
},
+ {
+ source: '/docs/media/api-reference/:path*',
+ destination: 'https://docs.zesty.io/reference/media-api-reference',
+ permanent: true,
+ },
];
module.exports = { docsRedirects };
diff --git a/src/revamp/ui/GetDemoSection/index.js b/src/revamp/ui/GetDemoSection/index.js
index 66c559887..01005ad6e 100644
--- a/src/revamp/ui/GetDemoSection/index.js
+++ b/src/revamp/ui/GetDemoSection/index.js
@@ -19,9 +19,7 @@ import useGetDynamicData from './useGetDynamicData';
import { useRouter } from 'next/router';
import ZestyImage from 'blocks/Image/ZestyImage';
-const acorns =
- 'https://storage.googleapis.com/assets.zesty.io/website/images/assets/demo/Acorns%20Logo.svg',
- bjs = `https://storage.googleapis.com/assets.zesty.io/website/images/assets/demo/BJ's%20Logo.svg`,
+const bjs = `https://storage.googleapis.com/assets.zesty.io/website/images/assets/demo/BJ's%20Logo.svg`,
rocketLeague = `https://storage.googleapis.com/assets.zesty.io/website/images/assets/demo/Horizontal_Text.svg`,
cornershop = `https://storage.googleapis.com/assets.zesty.io/website/images/assets/demo/Logo_de_Cornershop%201.svg`,
phoenixSuns = `https://storage.googleapis.com/assets.zesty.io/website/images/assets/demo/Phoenix%20Suns.svg`,
@@ -369,14 +367,6 @@ export function Logos({ invert = false, alignLeft }) {
height="32px"
alt={generateAlt('Singlife')}
/>
-
![]()