Skip to content

Commit 8834f08

Browse files
committed
💄 update custom pagination in usage page
1 parent 9808c39 commit 8834f08

File tree

1 file changed

+1
-1
lines changed
  • doc/src/components/common/componentData/Pagination

1 file changed

+1
-1
lines changed

doc/src/components/common/componentData/Pagination/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export const componentData = {
101101
<PreviewElements>
102102
103103
{/* Custom themed Pagination Component, Refer theme.scss below */}
104-
<Pagination total={6} theme={componentTheme} navigationButtons={false}/>
104+
<Pagination total={5} theme={componentTheme} navigationButtons={false}/>
105105
106106
</PreviewElements>
107107
</PreviewBlock>

0 commit comments

Comments
 (0)