How can I create a different navigation menu for mobile versions?

Hello again, I am trying to make the navigation menu for my website on mobile a different on then what is on the computer version. I tried using the code " {% for link in linklists.mobile-menu-mobile.links %}" in the snippet, however it did not do anything. Is there a different code to use or a different way then this is done? The theme is Minimal.

mobile-menu is the name of the navigation.

www.deranged-shop.com

Please share the code of that section you edited I will create a new field in customizer to select a different menu for mobile.

Hello,

https://shopify.dev/themes/navigation-search/navigation here is the guideline please follow this so you can get the better idea.

    {% for link in mobile-nav.links %} {% if link.links != blank %}

    is what it was originally and I changed it to

      {% for link in linklists.mobile-menu-mobile.links %} {% if link.links != blank %}