Games #2434
Annotations
4 warnings
Run ESLint:
ui/games/CapybaraRunner.tsx#L36
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Run ESLint:
ui/games/CapybaraRunner.tsx#L36
img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
|
Run ESLint:
ui/games/CapybaraRunner.tsx#L37
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Run ESLint:
ui/games/CapybaraRunner.tsx#L37
img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
|
Loading