fix: load more button

This commit is contained in:
David Hill 2025-12-16 23:23:18 +00:00
parent 8a185aa678
commit a0f9f8dabb

View file

@ -589,12 +589,11 @@ export default function Layout(props: ParentProps) {
</div>
</Show>
<Show when={hasMoreSessions()}>
<div class="relative w-full pl-4 pr-2 py-1">
<div class="relative w-full py-1">
<Button
variant="ghost"
class="w-full text-12-regular text-text-muted"
size="small"
icon="plus-small"
class="flex w-full text-left justify-start text-12-medium opacity-50 px-3.5"
size="large"
onClick={loadMoreSessions}
>
Load more