diff --git a/themes/example/LayoutIndex.js b/themes/example/LayoutIndex.js index 6a28d455..7d6a17a6 100644 --- a/themes/example/LayoutIndex.js +++ b/themes/example/LayoutIndex.js @@ -5,7 +5,7 @@ import LayoutBase from './LayoutBase' export const LayoutIndex = props => { return ( - + ) } diff --git a/themes/example/components/BlogList.js b/themes/example/components/BlogList.js index a0f4fe6b..bb924fdf 100644 --- a/themes/example/components/BlogList.js +++ b/themes/example/components/BlogList.js @@ -44,10 +44,10 @@ export const BlogList = (props) => {
- 1 ? 'bg-black ' : 'bg-gray '} text-white no-underline py-2 px-3 rounded`}>{locale.PAGINATION.PREV} + 1 ? 'bg-black ' : 'bg-gray pointer-events-none '} text-white no-underline py-2 px-3 rounded`}>{locale.PAGINATION.PREV} - {locale.PAGINATION.NEXT} + {locale.PAGINATION.NEXT}