このコミットが含まれているのは:
2025-09-28 02:29:50 +09:00
コミット b220dc5f45
+1 -1
ファイルの表示
@@ -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"/>
</Link>))}
</div>)) satisfies FC<Props>