safak / animated-portfolio

230 stars 1.87k forks source link

i can't findout why my Feature Works is a also showing on the contact section. #50

Open soumyaranjanjena123 opened 6 months ago

soumyaranjanjena123 commented 6 months ago

After setting the position of progress div sticky the Features Works also rendering in the Contact section.. i have checked my parent component but there is no issue WhatsApp Image 2024-05-03 at 15 35 26_6d551c8b

anyone please help me

RishabhSinghBhadoriya commented 2 months ago

It will be rendered because the portfolio component in which the items are defined the array contains all the items in it even the contact const items = [..., { id: 4, title: "Contact", img: "https://images.pexels.com/photos/18540208/pexels-photo-18540208/free-photo-of-wood-landscape-water-hill.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2", desc: "", }, so if you want it different then render it separately