mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-13 11:50:36 +00:00
fix(website): broken search page (#4)
This commit is contained in:
parent
f0d04fc87c
commit
b4c447a129
1 changed files with 26 additions and 25 deletions
|
@ -69,8 +69,8 @@
|
||||||
|
|
||||||
goto(`/search?${params}`)
|
goto(`/search?${params}`)
|
||||||
}}
|
}}
|
||||||
let:pages
|
|
||||||
>
|
>
|
||||||
|
{#snippet children({ pages })}
|
||||||
<div class="flex items-center space-x-1">
|
<div class="flex items-center space-x-1">
|
||||||
<Pagination.PrevButton
|
<Pagination.PrevButton
|
||||||
class="hover:enabled:bg-card-hover inline-flex size-8 items-center justify-center rounded transition disabled:opacity-50"
|
class="hover:enabled:bg-card-hover inline-flex size-8 items-center justify-center rounded transition disabled:opacity-50"
|
||||||
|
@ -95,6 +95,7 @@
|
||||||
<ChevronRight />
|
<ChevronRight />
|
||||||
</Pagination.NextButton>
|
</Pagination.NextButton>
|
||||||
</div>
|
</div>
|
||||||
|
{/snippet}
|
||||||
</Pagination.Root>
|
</Pagination.Root>
|
||||||
{/snippet}
|
{/snippet}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue