stefan080106
2022-09-20 16:04:03 +02:00

View File

@@ -4,7 +4,6 @@ import React from "react";
const TeamCard = (props) => {
return (
<div>
<img src={props.image} alt="ProfileImage" />
<Image src={props.imgUrl} alt="ProfileImage" width={125} height={125} />
<div>
<h2>{props.name}</h2>