From f5040adb2785c6be0ce5847f3c99afb3d75cdf32 Mon Sep 17 00:00:00 2001 From: yossydev Date: Wed, 6 Mar 2024 04:01:59 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=B9=B4=E5=8F=B7=E3=81=AE=E3=82=BF?= =?UTF-8?q?=E3=82=A4=E3=83=88=E3=83=AB=E3=82=B9=E3=82=BF=E3=82=A4=E3=83=AB?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/routes/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/index.tsx b/app/routes/index.tsx index d87d70b..77d644b 100644 --- a/app/routes/index.tsx +++ b/app/routes/index.tsx @@ -78,7 +78,7 @@ const Posts: FC = () => { .reverse() .map((res) => ( <> -

{res.year}

+

{res.year}

{res.posts.map(([id, module]) => { return (