diff --git a/components/TextRendering/Image.tsx b/components/TextRendering/Image.tsx index d82bd19..225a5b5 100644 --- a/components/TextRendering/Image.tsx +++ b/components/TextRendering/Image.tsx @@ -16,7 +16,7 @@ export default function ImageUrl({ unoptimized src={url} 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", )} />