Closed creme332 closed 1 year ago
The correct image source in the img tag should be image instead of image.src because the image was imported using import image from './image.svg';.
img
image
image.src
import image from './image.svg';
Without this change, the image does not appear when tested locally.
The correct image source in the
img
tag should beimage
instead ofimage.src
because the image was imported usingimport image from './image.svg';
.Without this change, the image does not appear when tested locally.