Fixed css classes names

This commit is contained in:
Simon Cambier
2024-10-08 20:45:34 +02:00
parent af63186aa2
commit 9f0c460161
3 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -165,7 +165,7 @@
{:else}
<!-- File Icon -->
{#if fileIconSVG}
<span class="icon" use:renderSVG="{fileIconSVG}"></span>
<span class="omnisearch-result__icon" use:renderSVG="{fileIconSVG}"></span>
{/if}
{/if}
<span>
@@ -191,7 +191,7 @@
<div class="omnisearch-result__folder-path">
<!-- Folder Icon -->
{#if folderIconSVG}
<span class="icon" use:renderSVG="{folderIconSVG}"></span>
<span class="omnisearch-result__icon" use:renderSVG="{folderIconSVG}"></span>
{/if}
<span>
{@html plugin.textProcessor.highlightText(notePath, matchesNotePath)}