From 319e43c172aeb76861f217f26c28848461207269 Mon Sep 17 00:00:00 2001 From: KishiTheMechanic Date: Tue, 12 Nov 2024 06:00:18 +0100 Subject: [PATCH] Article Index Image Size Adjust --- src/components/articles/ArticleIndex.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/articles/ArticleIndex.tsx b/src/components/articles/ArticleIndex.tsx index 2590e2b..e5f4b61 100644 --- a/src/components/articles/ArticleIndex.tsx +++ b/src/components/articles/ArticleIndex.tsx @@ -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" />