Skip to content

Commit

Permalink
Merge pull request #96 from Asam237/change-pagination-button
Browse files Browse the repository at this point in the history
ChangePaginationButton: I changed the button to go to the beginning a…
  • Loading branch information
Asam237 authored Feb 16, 2022
2 parents eba8e0f + 0d1b17f commit 6822566
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 6822566

Please sign in to comment.