Skip to content

Commit 0722cb8

Browse files
authored
Merge pull request #445 from thinkverse/fix-url-hash
Fix duplicated URL hash fragment
2 parents 741a831 + e536d2c commit 0722cb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pagination.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
* [Paginating Data](#paginating-data)
22
* [Resetting Pagination After Filtering Data](#resetting-pagination)
33
* [Multiple paginators on the same page](#multiple-paginators)
4-
* [Using The Bootstrap Pagination Theme](#custom-pagination-view)
4+
* [Using The Bootstrap Pagination Theme](#bootstrap-theme)
55
* [Using A Custom Pagination View](#custom-pagination-view)
66

77
Livewire offers the ability to paginate results within a component. This feature hooks into Laravel's native pagination features, so it should feel like an invisible feature to you.
@@ -150,7 +150,7 @@ public function render()
150150
@endverbatim
151151
@endcomponent
152152

153-
## Using The Bootstrap Pagination Theme {#custom-pagination-view}
153+
## Using The Bootstrap Pagination Theme {#bootstrap-theme}
154154
Like Laravel, Livewire's default pagination view uses Tailwind classes for styling. If you use Bootstrap in your application, you can enable the Bootstrap theme for the pagination view using the `$paginationTheme` property on your component.
155155

156156
@component('components.code', ['lang' => 'php'])

0 commit comments

Comments
 (0)