import "./Header.css";
import { Link } from "react-router-dom";
import Logo from "../logo.png";
const Header = () => {
return (
<header className="header">
<Link to="/" className="header-title">
<img src={Logo} alt="" width="300" />
</Link>
</header>
);
};
export default Header;
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter