Skip to content

Commit

Permalink
maybe fix #223
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Oct 3, 2024
1 parent f24605a commit 1a374ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<!-- svelte-ignore a11y-no-noninteractive-element-interactions -->
<li
aria-current={selected ? 'true' : undefined}
style="--depth: {depth}; --icon: url('{icon}');"
style="--depth: {depth}; --icon: url({icon});"
on:keydown
>
{#if renaming}
Expand Down

0 comments on commit 1a374ed

Please sign in to comment.