Skip to content

Commit e0b0921

Browse files
remove unwanted change
Signed-off-by: saurabhraghuvanshii <saurabhsraghuvanshi@gmail.com>
1 parent cc97a56 commit e0b0921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Card/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const Card = ({
2525
frontmatter.thumbnail.publicURL
2626
? frontmatter.darkthumbnail
2727
: frontmatter.thumbnail)}
28-
imgStyle={{ objectFit: "cover", objectPosition: "center" }}
28+
imgStyle={{ objectFit: "cover" }}
2929
loading={loading}
3030
fetchpriority={fetchpriority}
3131
alt={frontmatter.title}

0 commit comments

Comments
 (0)