You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to insert my brand logo inside react component using image tag but it doesn't seems to be working although i can see image tag in the element section of chrome dev tool.
import React from "react";
import "./style.css";
export default function Home() {
return (
<div className="home-div">
<image
width="500"
class="home-image"
alt="ImageKit.io"
src="https://raw.githubusercontent.com/imagekit-developer/imagekit-javascript/master/assets/imagekit-light-logo.svg"
/>
<h1 className="home-heading">Connect to Imagekit</h1>
<sp-button class="home-button">Next</sp-button>
<p className="home-info">
This step opens a window where you can securely enter your Imagekit
credentials, which will enable Adobe PhotoShop to access your Imagekit
account.
</p>
</div>
);
}
I am trying to insert my brand logo inside react component using image tag but it doesn't seems to be working although i can see image tag in the element section of chrome dev tool.
What this renders to :-
weppack.config.js
The text was updated successfully, but these errors were encountered: