diff --git a/src/pages/components/pagination/usage.mdx b/src/pages/components/pagination/usage.mdx index eec0ce65a34..f631e96cdb1 100755 --- a/src/pages/components/pagination/usage.mdx +++ b/src/pages/components/pagination/usage.mdx @@ -96,9 +96,9 @@ Pagination can be used with a data table or on a page. ### Variants | Variant | Usage | -| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | --- | +| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | | [Pagination](#pagination) | The pagination variant is typically connected at the bottom of the data table component to help paginate large amounts of data. | -| [Pagination nav](#pagination-nav) | The pagination nav variant is mainly used in on-page situations to help paginate either a whole page or sections of a page. | | +| [Pagination nav](#pagination-nav) | The pagination nav variant is mainly used in on-page situations to help paginate either a whole page or sections of a page. | ## Formatting