Skip to content

Commit

Permalink
Update Team.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JJsupercoder authored Aug 10, 2023
1 parent 30690f4 commit 135c7d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/src/pages/Team.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import team from "../static/Images/team.svg";
import swatimaam from "../static/Images/profile_pics/swati maam.jpg";
import vaibhavsir from "../static/Images/profile_pics/vaibhav sir.jpg";

import alekhya from "../static/Images/profile_pics/Alekhya.jpg";
import alekya from "../static/Images/profile_pics/Alekya.jpg";
import jiya from "../static/Images/profile_pics/Jiya.jpg";
import mishtee from "../static/Images/profile_pics/Mishtee.jpg";
import himanshu from "../static/Images/profile_pics/Himanshu.jpg";
Expand Down Expand Up @@ -90,8 +90,8 @@ export default function Team() {
</h1>
<div className="row" style={{ marginTop: "5%" }}>
<MemberProfile
name="Alekhya Arra"
photo={alekhya}
name="Alekya Arra"
photo={alekya}
instagram="https://www.instagram.com/alekyaarra/"
linkedin="https://www.linkedin.com/in/alekya-arra-b3528b233/"
github="https:/alekyaarra"
Expand Down Expand Up @@ -214,8 +214,8 @@ export default function Team() {
<h1 className="text-center">AI PROMOTERS</h1>
<div className="row" style={{ marginTop: "3%" }}>
<MemberProfile
name="Alekhya Arra"
photo={alekhya}
name="Alekya Arra"
photo={alekya}
instagram="https://www.instagram.com/alekyaarra/"
linkedin="https://www.linkedin.com/in/alekya-arra-b3528b233/"
github="https:/alekyaarra"
Expand Down

0 comments on commit 135c7d5

Please sign in to comment.