From f5dc8f8d5d72d674bbf18335bcc1142fa1adee84 Mon Sep 17 00:00:00 2001 From: Aashish <83752052+120EE0692@users.noreply.github.com> Date: Tue, 10 May 2022 18:47:24 +0530 Subject: [PATCH] chore: CC info 2022 update (#190) --- client/src/assets/placeholder/contact.js | 6 +++--- client/src/components/contact/Details.js | 10 ---------- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/client/src/assets/placeholder/contact.js b/client/src/assets/placeholder/contact.js index 22f741ab..aff33151 100644 --- a/client/src/assets/placeholder/contact.js +++ b/client/src/assets/placeholder/contact.js @@ -11,9 +11,9 @@ export const DETAILS = Object.freeze({ ], cc_title: 'Chief Coordinators:', CCs: [ - { name: 'Anshuman Sandhibigraha', number: '9556861911' }, - { name: 'Chandrachud Pati', number: '7606844339' }, - { name: 'Sai Vanshika', number: '7008160821' }, + { name: 'Rashmi Ranjan Samantaray', number: '9556074595' }, + { name: 'Rishika Shah', number: '9667521704' }, + { name: 'Sunil Urmal', number: '9938287481' }, ], socialMedia: { title: 'Social Media Handles', diff --git a/client/src/components/contact/Details.js b/client/src/components/contact/Details.js index 1aef3574..51e8465e 100644 --- a/client/src/components/contact/Details.js +++ b/client/src/components/contact/Details.js @@ -48,9 +48,6 @@ const Details = () => { {cc.name} : {cc.number}{' '} - - - ))} @@ -223,13 +220,6 @@ const useStyles = makeStyles((theme) => ({ ccTitle: { paddingBottom: '16px', }, - messageIcon: { - visibility: 'hidden', - [theme.breakpoints.down('xs')]: { - visibility: 'visible', - paddingLeft: '16px', - }, - }, mail: { padding: '8px 0px 8px 0px', [theme.breakpoints.down('xs')]: {