Help with Tech Document Project

Hi guys,

I am unable to pass story: 10. Additionally, the navbar should contain link () elements with the class of “nav-link”. There should be one for every element with the class “main-section”.

The element with the id of “navbar” does not contain any elements with the class of “nav-link” : expected 0 to be above 0
AssertionError: The element with the id of “navbar” does not contain any elements with the class of “nav-link” : expected 0 to be above 0
at Proxy.f (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:549:2949)

I have looked at all similar topics and online as well as trying different ways but I can’t get passed this. I have added a link to my code pen : https://codepen.io/zredmond/pen/zYGKbYb

Thanks,
Zack

Hi @zredmond, the class that it’s looking for and the class you assigned are different.

Jeez, I really missed that. Thanks so much!

1 Like

Glad to help. Spot the typo is always a fun game. :slightly_smiling_face:

Happy coding!