Skip to content

Commit

Permalink
Frontend: Add 2019, 2018 as GSoC years on Team page(#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
RishabhJain2018 committed May 28, 2019
1 parent 432d592 commit c37c3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/team/TeamSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const TeamSection = props => {
<h3 className="cv-home-showcase-heading">{props.title}</h3>
);
const MEMBERS = props.members;
const YEARS = [2017, 2016, 2015];
const YEARS = [2019, 2018, 2017, 2016, 2015];
const memberElements =
props.title === "GSoC Students, Mentors and Interns" ? (
YEARS.map((year, index) => {
Expand Down

0 comments on commit c37c3d3

Please sign in to comment.