79439361

Date: 2025-02-14 12:28:24
Score: 1
Natty:
Report link

First, you need to import image to use in img element

import imgName from '../../public/testimg.jpeg

then put it in img

<img src={imgName} />

If you are using nextjs, I recommend using Image component.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 404nnotfoundd