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

Commit 6e3f7c9

Browse files
authored
Merge pull request #41 from 8fold/8fold-sites
Update Pagination.php
2 parents 42d2788 + a63342c commit 6e3f7c9

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)