Merge branch 'main' of https://github.com/Stefan080106/https---github.com-AGS-IT-Solutions-website
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user