@@ -191,7 +191,7 @@
{#if folderIconSVG}
-
+
{/if}
{@html plugin.textProcessor.highlightText(notePath, matchesNotePath)}
diff --git a/src/tools/icon-utils.ts b/src/tools/icon-utils.ts
index 8939393..d45cbfe 100644
--- a/src/tools/icon-utils.ts
+++ b/src/tools/icon-utils.ts
@@ -133,7 +133,7 @@ export async function loadIconSVG(
if (!prefix) {
// No prefix, assume it's an emoji or text
- return `${name}`
+ return `${name}`
}
const iconPackName = prefixToIconPack[prefix]