From 223b861b5c1fad91943d2e552c88acde9d58653a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=90=E4=BA=9A=E7=91=9F?= Date: Sat, 1 Oct 2022 12:23:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8B=E4=B8=80=E9=A1=B5=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=8F=B3=E4=BE=A7=E6=B2=A1=E6=9C=89=E7=AE=AD=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/next/components/BlogAround.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/next/components/BlogAround.js b/themes/next/components/BlogAround.js index 0e572c94..fa9e17fc 100644 --- a/themes/next/components/BlogAround.js +++ b/themes/next/components/BlogAround.js @@ -17,7 +17,7 @@ export default function BlogAround ({ prev, next }) { } {next && {next.title} - + }