Skip to content

Commit

Permalink
fix(front): pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
yyewolf committed Sep 20, 2023
1 parent f03e673 commit 5fed1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/admin/produits/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@
</button>

<p class="text-sm self-center text-gray-600 dark:text-gray-400">
Page {page + 1} / {max_page + 1}
Page {page} / {max_page}
</p>

<button
Expand Down

0 comments on commit 5fed1c5

Please sign in to comment.