chore: lowercase text
This commit is contained in:
parent
403d82adba
commit
0a947d8bdd
@ -17,18 +17,18 @@
|
||||
|
||||
<div class="flex flex-col gap-2">
|
||||
<p>
|
||||
Showing <span class="font-bold text-light">{pageIndexStart + 1}</span> to
|
||||
showing <span class="font-bold text-light">{pageIndexStart + 1}</span> to
|
||||
<span class="font-bold text-light">{pageIndexEnd}</span>
|
||||
of <span class="font-bold text-light">{items.length}</span>
|
||||
Entries
|
||||
entires
|
||||
</p>
|
||||
|
||||
<div class="flex divide-x divide-border">
|
||||
<button class="rounded-bl-lg rounded-tl-lg text-light" onclick={() => currentPage--}
|
||||
>Previous</button
|
||||
>prev</button
|
||||
>
|
||||
<button class="rounded-br-lg rounded-tr-lg text-light" onclick={() => currentPage++}
|
||||
>Next</button
|
||||
>next</button
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user