image optimizations

This commit is contained in:
2025-06-12 22:27:20 +02:00
parent 997b2a7828
commit 33948c2dae
6 changed files with 101 additions and 34 deletions

View File

@@ -19,6 +19,8 @@ export function JokerCard({ name, img, h = 3 }: JokerCardProps) {
>
<OptimizedImage
src={img}
height={190}
width={142}
alt={name}
className={'!m-0 max-w-24 rounded-md'}
/>