Skip to content

Commit 1a374ed

Browse files
committed
maybe fix #223
1 parent f24605a commit 1a374ed

File tree

1 file changed

+1
-1
lines changed
  • apps/svelte.dev/src/routes/tutorial/[slug]/filetree

1 file changed

+1
-1
lines changed

apps/svelte.dev/src/routes/tutorial/[slug]/filetree/Item.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<!-- svelte-ignore a11y-no-noninteractive-element-interactions -->
4343
<li
4444
aria-current={selected ? 'true' : undefined}
45-
style="--depth: {depth}; --icon: url('{icon}');"
45+
style="--depth: {depth}; --icon: url({icon});"
4646
on:keydown
4747
>
4848
{#if renaming}

0 commit comments

Comments
 (0)