We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c306b57 commit e5d130bCopy full SHA for e5d130b
src/routes/favorites/+page.svelte
@@ -1,7 +1,6 @@
1
<script lang="ts">
2
import type { iSVG } from "@/types/svg";
3
4
- import { cn } from "@/utils/cn";
5
import { searchSvgsWithFuse } from "@/utils/searchWithFuse";
6
import { deleteParam, getParamValue } from "@/utils/searchParams";
7
@@ -71,7 +70,7 @@
71
70
<Search
72
searchValue={searchTerm}
73
onSearch={handleSearch}
74
- placeholder={"Search..."}
+ placeholder="Search..."
75
/>
76
77
<PageCard>
0 commit comments