mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Update src/lib/components/pagination.svelte
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
This commit is contained in:
co-authored by
Torsten Dittmann
parent
9c68e72cbf
commit
1685b9a5fd
@@ -59,7 +59,7 @@
|
||||
<span
|
||||
on:click={() => handleButtonPage('prev')}
|
||||
class:is-disabled={currentPage <= 1}
|
||||
class="button is-text "
|
||||
class="button is-text"
|
||||
aria-label="prev page">
|
||||
<span class="icon-cheveron-left" aria-hidden="true" />
|
||||
<span class="text">Prev</span>
|
||||
|
||||
Reference in New Issue
Block a user