Skip to content

Commit

Permalink
Code formatting for NavLi component
Browse files Browse the repository at this point in the history
  • Loading branch information
LahTeuto authored Nov 12, 2024
1 parent 7d63ead commit ed24cdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/navbar/NavLi.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<svelte:element
this={href ? 'a' : 'div'}
role={href ? 'link' : 'presentation'}
{href} {...$$restProps}
{href}
{...$$restProps}
on:blur
on:change
on:click
Expand Down

0 comments on commit ed24cdc

Please sign in to comment.