From 2914aeaf3518136097f3c4d109ae782959c14dbf Mon Sep 17 00:00:00 2001 From: YasinShaikh123 <123150391+YasinShaikh123@users.noreply.github.com> Date: Wed, 10 Apr 2024 20:46:33 +0530 Subject: [PATCH] new subnet --- src/components/SubnetsComponent/NewSubnetComp.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 })