mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 05:39:12 +00:00
Fix spacing of pagination buttons
This commit is contained in:
@@ -916,7 +916,7 @@ export default function Search() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Pagination>
|
<Pagination>
|
||||||
<PaginationContent>
|
<PaginationContent className="p-0">
|
||||||
{/* Show prev button if not on first page */}
|
{/* Show prev button if not on first page */}
|
||||||
{pageNumber > 0 && (
|
{pageNumber > 0 && (
|
||||||
<PaginationItem className="list-none">
|
<PaginationItem className="list-none">
|
||||||
|
|||||||
Reference in New Issue
Block a user