chore(*): remove unused styles, images, clean up and format
This commit is contained in:
parent
573b66a170
commit
58e41de50b
19 changed files with 48 additions and 93 deletions
|
@ -25,9 +25,7 @@ function renderPaginator(array $pagination, int $totalPages): void {
|
|||
<?php endforeach; ?>
|
||||
</select>
|
||||
<noscript>
|
||||
<p>
|
||||
<span aria-current="page"><?= $pagination['pageNumber'] ?></span> of <?= $totalPages ?>
|
||||
</p>
|
||||
<p><span aria-current="page"><?= $pagination['pageNumber'] ?></span> of <?= $totalPages ?></p>
|
||||
</noscript>
|
||||
</select-pagination>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue