Removed next/image

dependabot/npm_and_yarn/typescript-eslint/parser-4.33.0
Guusvanmeerveld 3 years ago
parent 421d054cd8
commit 879a682cf6

@ -1,10 +1,8 @@
import Image from "next/image";
const Landing = () => (
<div className="landing">
<div className="container">
<span className="profile">
<Image src="/profile.png" width="100%" height="100%" alt="" />
<img src="/profile.png" width="100%" height="100%" alt="" />
</span>
<span className="title">Guus van Meerveld</span>

Loading…
Cancel
Save