mantinedev / ui.mantine.dev

Mantine UI website and components
https://ui.mantine.dev
MIT License
2.84k stars 314 forks source link

Fix image source in Hero with bullets #61

Closed creme332 closed 1 year ago

creme332 commented 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';.

Without this change, the image does not appear when tested locally.