Technical Documentation Page - Stuck on Test N°12 (nav-link text should correspond to section/header text)

Hi there,

I’m not done with the project yet, but I’m stuck at the test number 12 and can’t see why because I simply copied/pasted my header’s text into the corresponding nav links.

Could someone help me please?
My source code on codepen

12. Each element with the class of “nav-link” should contain text that corresponds to the text within each (e.g. if you have a “Hello world” section/header, your navbar should have an element which contains the text “Hello world”).

Maybe that information will help you out.

check the elements listed in the first line of the test response.
Look at the line that starts with “Check that…”

Thanks to you both, I checked again and tried removing the br element in the nav and now it works.