diff --git a/src/components/SubnetsComponent/NewSubnetComp.jsx b/src/components/SubnetsComponent/NewSubnetComp.jsx index b6c01f4..8b6dc41 100644 --- a/src/components/SubnetsComponent/NewSubnetComp.jsx +++ b/src/components/SubnetsComponent/NewSubnetComp.jsx @@ -35,7 +35,7 @@ export const NewSubnetComp = () => { scrub: 1, pin: true, end: "bottom bottom-=100vh", - markers: true, + markers: false, }, }) .fromTo(firstBoxRef.current, { opacity: 1 }, { opacity: 0 })