Skip to content

Commit

Permalink
feedback fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyHoenderdaal committed Aug 28, 2024
1 parent 2a93d7d commit 2861a87
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions resources/views/listing/partials/filter/select.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,15 @@ class="flex justify-between text-base text-inactive"
<li v-if="data.length > 6">
<button class="text-sm text-primary" @click="toggle">
<span v-if="isOpen" class="flex gap-x-4">
@lang('Less options')</span>
<span v-else class="flex gap-x-4 items-center font-sans">
@lang('Less options')
</span>
<span v-else class="flex gap-x-4">
@lang('More options')
</span>
</button>
</li>
</ul>
</toggler>
</x-rapidez::filter.heading>
</x-rapidez::filter.heading>o
</div>
</multi-list>

0 comments on commit 2861a87

Please sign in to comment.