We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9d16c commit 7e76e61Copy full SHA for 7e76e61
src/pages/Addons/Addons.tsx
@@ -101,7 +101,7 @@ const Addon = () => {
101
alt={addon.title}
102
radius="sm"
103
src={addon.logo}
104
- className="object-contain w-full h-full"
+ className="object-fill w-full h-full"
105
/>
106
</CardBody>
107
<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