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