mirror of
https://github.com/ershisan99/www.git
synced 2025-12-18 05:19:23 +00:00
image optimizations
This commit is contained in:
@@ -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'}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user