Skip to content

Commit

Permalink
Fix display error on pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
joschrew committed Mar 11, 2024
1 parent d36c352 commit 33ab821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pagination/Pagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
class="page-item transform rotate-45"
>
<span class="transform -rotate-45">
{{ totalPages }} a
{{ totalPages }}
</span>
</div>
</a>
Expand Down

0 comments on commit 33ab821

Please sign in to comment.