Skip to content

Commit c3590a9

Browse files
committed
restore wrong places fallback option
1 parent ec5ca66 commit c3590a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/extension.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
return icon.url;
6464
}
6565
}
66-
// Fallback icon
67-
return 'icons/puzzle.svg';
6866
}
67+
// Fallback icon
68+
return 'icons/puzzle.svg';
6969
}
7070
</script>
7171

0 commit comments

Comments
 (0)