removed sorting placeholder
This commit is contained in:
parent
748c9aa3cd
commit
8f47f40b03
1 changed files with 0 additions and 5 deletions
|
|
@ -24,11 +24,6 @@
|
|||
<input class="flex bg-white p-2 rounded sm:w-100" type="text" placeholder="Filter movies"
|
||||
wire:model.live="filterText"
|
||||
wire:keyup="filterMovies"/>
|
||||
<div class="mt-5">
|
||||
<span class="bold">Sort: </span>
|
||||
<span>DESC</span>
|
||||
<span>ASC</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr class="my-2 sm:my-0"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue