From 6d82e38d56529f760808eb9bf5df33bbf0f154c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BF=E3=81=A6=E3=82=8B=E3=81=9E?= Date: Sun, 28 Sep 2025 02:49:14 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8A=95=E7=A8=BF=E3=83=AA=E3=82=B9?= =?UTF-8?q?=E3=83=88=E4=B8=80=E8=A6=A7=E3=81=AE=E4=BD=9C=E3=82=8A=E5=A4=89?= =?UTF-8?q?=E6=9B=B4=EF=BC=88#134=EF=BC=89=20(#135)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Merge branch 'main' into feature/134 #134 細部 #134 Co-authored-by: miteruzo Reviewed-on: https://git.miteruzo.com/miteruzo/btrc-hub/pulls/135 --- frontend/src/components/PostList.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/PostList.tsx b/frontend/src/components/PostList.tsx index 31cce00..67a3a28 100644 --- a/frontend/src/components/PostList.tsx +++ b/frontend/src/components/PostList.tsx @@ -12,15 +12,14 @@ export default (({ posts, onClick }: Props) => (
{posts.map ((post, i) => ( {post.title + className="object-cover w-full h-full"/> ))}
)) satisfies FC