Try this, it will be working perfectly.
import Logo from "./logo.svg";
<img
src={Logo}
style={{ height: 53, width: 36 }}
alt="website logo"
/>
Try this, it will be working perfectly.
import Logo from "./logo.svg";
<img
src={Logo}
style={{ height: 53, width: 36 }}
alt="website logo"
/>