fix: wordmark SVG error

This commit is contained in:
ridemountainpig
2024-10-10 11:37:55 +08:00
parent 61f31b09e9
commit 1108b024a1
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -134,7 +134,7 @@
</div>
<Grid>
{#each filteredSvgs.slice(0, showAll ? undefined : 30) as svg}
<SvgCard svgInfo={svg} />
<SvgCard svgInfo={svg} searchTerm={searchTerm} />
{/each}
</Grid>
{#if filteredSvgs.length > 30 && !showAll}