Twenty seventeen theme dropdown menu issue

The solution is usually I use this to call the menu

<?php wp_nav_menu( array( 'theme_location' => 'top', 'menu_class' => 'nav-menu', 'fallback_cb' => 'tie_nav_fallback' ) ); ?>

with my HTML staff till twenty twelve if I remember but the new in seventeen that I should call the menu inside

<div class="main-navigation">