How can I stop wp_nav_menu from returning extraneous root links?

<h1><a href="https://wordpress.stackexchange.com/questions/241420/<?php echo home_url();?>"><?php bloginfo('name'); ?></h1>

Soooo I forgot to close my link tag in my header. Deeerp. Lol

<h1><a href="https://wordpress.stackexchange.com/questions/241420/<?php echo home_url();?>"><?php bloginfo('name'); ?> </a> </h1>

closing the tag fixes the issue.