Skip to content

Commit dd83ba9

Browse files
committed
refactor: remove search icon from plan filter input
- It is not needed
1 parent f22b965 commit dd83ba9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/routes/plans/index.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@
201201
Plans
202202
</Chip>
203203
<Input>
204-
<i class="bi bi-search" slot="left" />
205204
<input bind:value={filterText} class="st-input" placeholder="Filter plans" style="width: 300px" />
206205
</Input>
207206
</svelte:fragment>

0 commit comments

Comments
 (0)