Skip to content

Commit 7e76e61

Browse files
committed
Update image rendering class in Addons component for better layout consistency
1 parent ba9d16c commit 7e76e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Addons/Addons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const Addon = () => {
101101
alt={addon.title}
102102
radius="sm"
103103
src={addon.logo}
104-
className="object-contain w-full h-full"
104+
className="object-fill w-full h-full"
105105
/>
106106
</CardBody>
107107
<CardFooter className="absolute bottom-0 z-10 flex items-center justify-between bg-black/70 border-t-1 border-default-600 dark:border-default-100">

0 commit comments

Comments
 (0)