Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
soumyaranjanjena123 opened this issue May 3, 2024 · 1 comment

Comments

@soumyaranjanjena123
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants