Skip to content

Commit

Permalink
Article Index Image Size Adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
KishiTheMechanic committed Nov 12, 2024
1 parent ef5a590 commit 319e43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/articles/ArticleIndex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function ArticleIndex({
width={160}
height={90}
alt={article.title as string}
className="w-full rounded-t-xl"
className="h-full w-full rounded-t-xl object-cover"
/>
</Link>
</AspectRatio>
Expand Down

0 comments on commit 319e43c

Please sign in to comment.