From 9eed531a0c7ceaddd0e0d280a4600dd5023b14c4 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Wed, 27 Apr 2022 17:14:03 +0800 Subject: [PATCH] =?UTF-8?q?example:=20page-=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/example/LayoutIndex.js | 2 +- themes/example/components/BlogList.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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}