Skip to content

Commit

Permalink
Update pagination tailwind.blade.php (laravel#49665)
Browse files Browse the repository at this point in the history
  • Loading branch information
anasmorahhib authored Jan 12, 2024
1 parent 534872c commit 47af503
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</div>

<div>
<span class="relative z-0 inline-flex shadow-sm rounded-md">
<span class="relative z-0 inline-flex rtl:flex-row-reverse shadow-sm rounded-md">
{{-- Previous Page Link --}}
@if ($paginator->onFirstPage())
<span aria-disabled="true" aria-label="{{ __('pagination.previous') }}">
Expand Down

0 comments on commit 47af503

Please sign in to comment.