Skip to content

Commit 6822566

Browse files
authored
Merge pull request #96 from Asam237/change-pagination-button
ChangePaginationButton: I changed the button to go to the beginning a…
2 parents eba8e0f + 0d1b17f commit 6822566

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/components/Pagination.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
cursor-pointer
8989
"
9090
>
91-
<span class="font-bold">&#8676;</span>
91+
<span class="font-bold">&laquo;</span>
9292
</span>
9393
<div @click="previewpage()">
9494
<span
@@ -255,7 +255,7 @@
255255
cursor-pointer
256256
"
257257
>
258-
<span class="font-bold">&#8677;</span>
258+
<span class="font-bold">&raquo;</span>
259259
</span>
260260
</nav>
261261
</div>

0 commit comments

Comments
 (0)