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) => {
|
const TeamCard = (props) => {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<img src={props.image} alt="ProfileImage" />
|
|
||||||
<Image src={props.imgUrl} alt="ProfileImage" width={125} height={125} />
|
<Image src={props.imgUrl} alt="ProfileImage" width={125} height={125} />
|
||||||
<div>
|
<div>
|
||||||
<h2>{props.name}</h2>
|
<h2>{props.name}</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user