no max image height

This commit is contained in:
zmeyer44 2023-11-14 12:13:58 -05:00
parent 5ef4b070a8
commit 5abb04b6b2

View File

@ -16,7 +16,7 @@ export default function ImageUrl({
unoptimized unoptimized
src={url} src={url}
className={cn( className={cn(
"h-full rounded-xl bg-background object-cover object-center max-sm:max-h-[100px]", "h-full rounded-xl bg-background object-cover object-center",
)} )}
/> />
</div> </div>