🔧 Pass searchTerm to SvgCard component for improved search functionality

This commit is contained in:
pheralb
2025-04-15 12:14:42 +01:00
parent 361364a521
commit bd7f9cf010
+1 -1
View File
@@ -58,7 +58,7 @@
/>
<Grid>
{#each filteredSvgs as svg}
<SvgCard svgInfo={svg} />
<SvgCard svgInfo={svg} {searchTerm} />
{/each}
</Grid>
{#if filteredSvgs.length === 0}