diff --git a/components/post-list-item.tsx b/components/post-list-item.tsx index 0c55238..4a4a8f4 100644 --- a/components/post-list-item.tsx +++ b/components/post-list-item.tsx @@ -25,8 +25,8 @@ export function PostListItem({ post }: Props) { return (
  • - -
    +
    + {cover && (
    {/* eslint-disable-next-line @next/next/no-img-element */} @@ -73,8 +73,8 @@ export function PostListItem({ post }: Props) {

    )}
    -
    - + +
  • ); }