You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
anyone please help me
The text was updated successfully, but these errors were encountered:
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
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
anyone please help me
The text was updated successfully, but these errors were encountered: