diff --git a/src/lib/components/NavLinks.svelte b/src/lib/components/NavLinks.svelte index 8a812a4..fb054f5 100644 --- a/src/lib/components/NavLinks.svelte +++ b/src/lib/components/NavLinks.svelte @@ -4,7 +4,13 @@
  • Products
  • -
    Parent
    + {#if isMobile} +
    Parent
    + {:else} +
    + Parent +
    + {/if}