diff --git a/src/sections/Meshmap/Meshmap-design/Meshmap_Mobile_swiper/MeshmapMobileSwiper.js b/src/sections/Meshmap/Meshmap-design/Meshmap_Mobile_swiper/MeshmapMobileSwiper.js
index 1cb1e20f7a42..d2edd8295617 100644
--- a/src/sections/Meshmap/Meshmap-design/Meshmap_Mobile_swiper/MeshmapMobileSwiper.js
+++ b/src/sections/Meshmap/Meshmap-design/Meshmap_Mobile_swiper/MeshmapMobileSwiper.js
@@ -10,7 +10,6 @@ import mergeDesign from "../images/merge-design.gif";
import connectComponents from "../images/connect-components.gif";
import shareDesign from "../images/share-design.gif";
-
const CONTENT = [
{
title: "Confidently make changes to your infrastructure",
@@ -88,4 +87,3 @@ export const MeshmapMobileSwiper = () => {
);
};
-
diff --git a/src/sections/Meshmap/Meshmap-design/meshmap-design-banner.js b/src/sections/Meshmap/Meshmap-design/meshmap-design-banner.js
index 57d872e593e1..8d6473b27e68 100644
--- a/src/sections/Meshmap/Meshmap-design/meshmap-design-banner.js
+++ b/src/sections/Meshmap/Meshmap-design/meshmap-design-banner.js
@@ -166,8 +166,8 @@ const MeshmapDesignBanner = () => {
Upload your Helm Chart or Kubernetes manifest to have your infra diagrammed
-
-
+
+
);
diff --git a/src/sections/Meshmap/Meshmap-design/meshmap-design-hero.js b/src/sections/Meshmap/Meshmap-design/meshmap-design-hero.js
index e1f079bd3b08..825fe8b52755 100644
--- a/src/sections/Meshmap/Meshmap-design/meshmap-design-hero.js
+++ b/src/sections/Meshmap/Meshmap-design/meshmap-design-hero.js
@@ -5,7 +5,6 @@ import MeshmapLocatorDark from "./images/meshmap-locator-dark.svg";
import MeshmapImageBottomLight from "./images/meshmap-bottom-image-light.svg";
import MeshmapImageBottomDark from "./images/meshmap-bottom-image-dark.svg";
import { useInView } from "react-intersection-observer";
-import { useState } from "react";
import { useStyledDarkMode } from "../../../theme/app/useStyledDarkMode";
const HeroSectionWrapper = styled.div`
@@ -77,11 +76,6 @@ const HeroSectionWrapper = styled.div`
const MeshmapHeroSection = () => {
const [locatorRef, inView] = useInView({ threshold: 0.8 });
- const [imageInView, setimageInView] = useState(false);
- if (inView && !imageInView)
- setimageInView(true);
- else if (imageInView && !inView)
- setimageInView(false);
const { isDark } = useStyledDarkMode();
@@ -92,8 +86,8 @@ const MeshmapHeroSection = () => {
MeshMap is the world’s only visual designer for Kubernetes and cloud native applications. Design, deploy, and manage your Kubernetes-based, cloud native deployments allowing you to speed up infrastructure configuration.
diff --git a/src/sections/Meshmap/Meshmap-design/meshmap-design-integrations.js b/src/sections/Meshmap/Meshmap-design/meshmap-design-integrations.js
index 9048f5507915..ede4258fb583 100644
--- a/src/sections/Meshmap/Meshmap-design/meshmap-design-integrations.js
+++ b/src/sections/Meshmap/Meshmap-design/meshmap-design-integrations.js
@@ -3,7 +3,6 @@ import styled from "styled-components";
import { ReactComponent as IntegrationsImage } from "./images/integration-image-colorMode.svg";
import UnderlineImg from "./images/underline.svg";
import { useInView } from "react-intersection-observer";
-import { useState } from "react";
import { useStaticQuery, graphql } from "gatsby";
import Button from "../../../reusecore/Button";
// import { useStyledDarkMode } from "../../../theme/app/useStyledDarkMode";
@@ -92,7 +91,6 @@ const IntegrationsSectionWrapper = styled.div`
const MeshmapIntegrationsSection = () => {
const [diagramRef, inView] = useInView({ threshold: 0.6 });
- const [imageInView, setimageInView] = useState(false);
const integrations = useStaticQuery(graphql`
query {
@@ -106,8 +104,6 @@ const MeshmapIntegrationsSection = () => {
}
}
`);
- if (inView && !imageInView) setimageInView(true);
- else if (imageInView && !inView) setimageInView(false);
// const { isDark } = useStyledDarkMode();
@@ -120,7 +116,7 @@ const MeshmapIntegrationsSection = () => {
>
@@ -131,7 +127,7 @@ const MeshmapIntegrationsSection = () => {
-
+
diff --git a/src/sections/Meshmap/signup-form.js b/src/sections/Meshmap/signup-form.js
index 081d79737872..7063fd19fd51 100644
--- a/src/sections/Meshmap/signup-form.js
+++ b/src/sections/Meshmap/signup-form.js
@@ -47,6 +47,7 @@ const SignupForm = ({ targetRef }) => {
Vote for your favorite design
*/}
VIDEO