Trouble with nav bar links in product landing page project

Desperate for some help, y’all. I’m at 15/16 requirements for my product landing page, but when I run the test, it doesn’t seem to recognize that my nav links link to the corresponding parts of the page. Does anyone have a moment to take a look and let me know if I’ve somehow set up my .nav-link class wrong? https://codepen.io/geoffdgeorge/pen/QZZxJK?editors=1000

1 Like

Try adding the “nav-link” class to your <a> tags instead of the <li>. You might need to refactor css afterward, but it should get the test to pass.

1 Like

That worked! Thank you so much. Was tearing my hair out there.