diff --git a/frontend/src/components/team/TeamSection.js b/frontend/src/components/team/TeamSection.js index 200c8e4a..b13ddfe7 100644 --- a/frontend/src/components/team/TeamSection.js +++ b/frontend/src/components/team/TeamSection.js @@ -10,7 +10,7 @@ const TeamSection = props => {

{props.title}

); 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) => {