feat(*): Add clarifying copy

This commit is contained in:
Josh Creek
2024-07-14 18:42:59 +01:00
parent 1c9a9bcf8f
commit 80fb0d7414
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -160,8 +160,10 @@
<button class="btn btn-sm" on:click={() => toggleForms()}>Toggle Forms</button>
{showForms ? 'On' : 'Off'}
<button class="btn btn-sm" on:click={() => toggleOrigins()}>Toggle Origins</button>
{showOrigins ? 'On' : 'Off'}
</div>
<h2 class="text-2xl font-semibold mb-4">Paging</h2>
<div>
<Pagination bind:currentPage bind:itemsPerPage bind:totalPages />
</div>