Skip to content

Commit

Permalink
refactor: remove search icon from plan filter input
Browse files Browse the repository at this point in the history
- It is not needed
  • Loading branch information
camargo committed Jul 14, 2022
1 parent 46c57e8 commit 5a2e54f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/plans/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@
Plans
</Chip>
<Input>
<i class="bi bi-search" slot="left" />
<input bind:value={filterText} class="st-input" placeholder="Filter plans" style="width: 300px" />
</Input>
</svelte:fragment>
Expand Down

0 comments on commit 5a2e54f

Please sign in to comment.