Condition Fulfilled, But Its Bugged What To Do ?(Product Landing Page Challenge)

The Error Is the 4th one
4.) When I click a .nav-link button in the nav element, I am taken to the corresponding section of the landing page.

But The problem is the links are clickable and are linked to the section of the page…
My Project Is https://codepen.io/Potato1010/pen/ZEOpvGx
Please Can Anyone Help !!

Hey @UnknownDev9007!

The problem was with your home anchor tag. If you remove the class of nav-link for that tag only then the test will pass.

<a href="#home">

After the problem is fixed then you just have to address the other two issues in the test suite.

Hope that helps!

1 Like

Thanks For The Help @jwilkins.oboe, Now i can continue working on the website ^-^

1 Like