diff --git a/frontend/src/components/AlumniSummary.js b/frontend/src/components/AlumniSummary.js index 0fd47c535..86b7920a4 100644 --- a/frontend/src/components/AlumniSummary.js +++ b/frontend/src/components/AlumniSummary.js @@ -1,7 +1,5 @@ /* This page holds all the information for BTG executive alumni */ - - import React from "react"; import Row from "react-bootstrap/Row"; import TeamPhoto from "./TeamPhoto"; @@ -28,8 +26,8 @@ import NicPhoto from "../images/alumni/nic.jpg"; /* memberName = member's name role = current company -imageUrl = ***Photo -description (if appropriate) = academic background, graduation year, former role +imageUrl = photo +description (if appropriate) = academic background, graduation year, former role within CMUBTG */ function AlumniSummary() { @@ -40,15 +38,15 @@ function AlumniSummary() { memberName="Eric Cheng" role="" imageUrl={EricPhoto} - description={"BS, Business Administration, 2022, Former President."} + description={"BS, Business Administration, 2022, former president."} profile="https://www.linkedin.com/in/eric-cheng986/" > @@ -56,7 +54,7 @@ function AlumniSummary() { memberName="Yvonne Liang" role="" imageUrl={YvonnePhoto} - description={"BS, Business Administration, 2022, Former Head of Finance."} + description={"BS, Business Administration, 2022, former head of finance."} profile="https://www.linkedin.com/in/yvonne-liang-1b9a56190/" > @@ -64,17 +62,16 @@ function AlumniSummary() { memberName="Matthew Guo" role="" imageUrl={MattPhoto} - description={"BS, Information Systems and HCI, 2022, Former Head of Design."} + description={"BS, Information Systems and HCI, 2022, former head of design."} profile="https://www.linkedin.com/in/matthew-guo-003781173/" > - @@ -105,16 +102,15 @@ function AlumniSummary() { - -