mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 11:00: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}`)
|
||||
}}
|
||||
let:pages
|
||||
>
|
||||
{#snippet children({ pages })}
|
||||
<div class="flex items-center space-x-1">
|
||||
<Pagination.PrevButton
|
||||
class="hover:enabled:bg-card-hover inline-flex size-8 items-center justify-center rounded transition disabled:opacity-50"
|
||||
|
@ -95,6 +95,7 @@
|
|||
<ChevronRight />
|
||||
</Pagination.NextButton>
|
||||
</div>
|
||||
{/snippet}
|
||||
</Pagination.Root>
|
||||
{/snippet}
|
||||
|
||||
|
|
Loading…
Reference in a new issue