Browse Source

#134 細部

pull/135/head
みてるぞ 2 weeks ago
parent
commit
b220dc5f45
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frontend/src/components/PostList.tsx

+ 1
- 1
frontend/src/components/PostList.tsx View File

@@ -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>

Loading…
Cancel
Save