Skip to content

Commit 21683a1

Browse files
committed
docs(pagination): update title and status banner
1 parent c083445 commit 21683a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/website/src/_state/component-statuses.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const statusByComponent: ComponentKitsStatuses = {
2626
'Input Phone': ComponentStatus.Planned,
2727
'Navigation Bar': ComponentStatus.Planned,
2828
Modal: ComponentStatus.Planned,
29-
Pagination: ComponentStatus.Planned,
29+
Pagination: ComponentStatus.Draft,
3030
Popover: ComponentStatus.Planned,
3131
Progress: ComponentStatus.Planned,
3232
Radio: ComponentStatus.Planned,

apps/website/src/routes/docs/headless/(components)/pagination/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Qwik UI | Modal
2+
title: Qwik UI | Pagination
33
---
44
import ImgTestImage from '/public/images/test-image.png?jsx';
55

@@ -18,7 +18,7 @@ import {
1818

1919
import testImage from '../../../../../../public/images/test-image.png'
2020

21-
<StatusBanner status={statusByComponent.headless.Modal}/>
21+
<StatusBanner status={statusByComponent.headless.Pagination}/>
2222

2323
# Pagination
2424

0 commit comments

Comments
 (0)