From b220dc5f45d778968410a754f8c533394f63dfa6 Mon Sep 17 00:00:00 2001 From: miteruzo Date: Sun, 28 Sep 2025 02:29:50 +0900 Subject: [PATCH] =?UTF-8?q?#134=20=E7=B4=B0=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/PostList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/PostList.tsx b/frontend/src/components/PostList.tsx index 9ba7f35..67a3a28 100644 --- a/frontend/src/components/PostList.tsx +++ b/frontend/src/components/PostList.tsx @@ -20,6 +20,6 @@ export default (({ posts, onClick }: Props) => ( title={post.title || post.url || undefined} loading={i < 12 ? 'eager' : 'lazy'} decoding="async" - className="object-cover w-full h-full" /> + className="object-cover w-full h-full"/> ))} )) satisfies FC