diff --git a/frontend/src/components/home/homeBody/HomeNews.js b/frontend/src/components/home/homeBody/HomeNews.js index dec7811..eff32fa 100644 --- a/frontend/src/components/home/homeBody/HomeNews.js +++ b/frontend/src/components/home/homeBody/HomeNews.js @@ -5,6 +5,21 @@ import Button from "../../common/Button"; const MIN_ELEMENTS = 18; const EVENTS = [ + { + date: "March 2021", + desc: ( + + CloudCV selected as a mentoring organisation for{" "} + + GSOC 2021 + + + ) + }, { date: "March 2020", desc: ( diff --git a/frontend/src/components/team/TeamSection.js b/frontend/src/components/team/TeamSection.js index b13ddfe..11c9e37 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 = [2020, 2019, 2018, 2017, 2016, 2015]; + const YEARS = [2021, 2020, 2019, 2018, 2017, 2016, 2015]; const memberElements = props.title === "GSoC Students, Mentors and Interns" ? ( YEARS.map((year, index) => {