Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Commit a63342c

Browse files
committed
Update Pagination.php
1 parent 85a7fe2 commit a63342c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/UIKit/Elements/Compound/Pagination.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,10 @@ public function unfold(): string
149149

150150
} elseif ($this->totalPages()->isUnfolded(2)) {
151151
return UIKit::nav(
152-
UIKit::listWith(...
153-
Shoop::array([$this->anchorFor(1), $this->anchorFor(2)])
152+
UIKit::listWith(
153+
UIKit::listWith(...
154+
Shoop::array([$this->anchorFor(1), $this->anchorFor(2)])
155+
)->attr("class page-links")
154156
)
155157
)->attr("class pagination");
156158

0 commit comments

Comments
 (0)