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')]: {