Skip to content

Commit

Permalink
Merge ff2c298 into 0a3ea5a
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram81 committed Feb 27, 2021
2 parents 0a3ea5a + ff2c298 commit 2877e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/team/TeamSection.js
Expand Up @@ -10,7 +10,7 @@ const TeamSection = props => {
<h3 className="cv-home-showcase-heading">{props.title}</h3>
);
const MEMBERS = props.members;
const YEARS = [2019, 2018, 2017, 2016, 2015];
const YEARS = [2020, 2019, 2018, 2017, 2016, 2015];
const memberElements =
props.title === "GSoC Students, Mentors and Interns" ? (
YEARS.map((year, index) => {
Expand Down

0 comments on commit 2877e56

Please sign in to comment.