Technical Documentation Page-HTML

Tell us what’s happening:
I cannot seem to pass user story #10…I have gone over the code up and down at least 10 times and don’t see why it isn’t passing. Posting a link to my codepen in hopes that a second pair of eyes may see the issue.

Your code so far
https://codepen.io/fab33150/pen/mdJxOWo?editors=1000

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36.

Challenge: Build a Technical Documentation Page

Link to the challenge:

the failing test is
10. Additionally, the navbar should contain link (<a>) elements with the class of "nav-link". There should be one for every element with the class "main-section".

Right below it there is this line:
There should be one .nav-link for every element with the class of "main-section", and every .nav-link should be within #navbar : expected 6 to equal 5

so there are 6 .nav-link elements for 5 .main-section elements

look at your “See Also” section

Thanks…Going through the html and my section elements as well as the nav bar I see that I have the right amount for both .nav-links and the main-section elements…I see 6 for both

Nevermind…lol…I found it…Thanks!