Skip to content

Commit

Permalink
ChangePaginationButton: I changed the button to go to the beginning a…
Browse files Browse the repository at this point in the history
…nd end of the page
  • Loading branch information
Asam237 committed Feb 15, 2022
1 parent eba8e0f commit 0d1b17f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/components/Pagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
cursor-pointer
"
>
<span class="font-bold">&#8676;</span>
<span class="font-bold">&laquo;</span>
</span>
<div @click="previewpage()">
<span
Expand Down Expand Up @@ -255,7 +255,7 @@
cursor-pointer
"
>
<span class="font-bold">&#8677;</span>
<span class="font-bold">&raquo;</span>
</span>
</nav>
</div>
Expand Down

0 comments on commit 0d1b17f

Please sign in to comment.