Skip to content

Commit

Permalink
chore: CC info 2022 update (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
120EE0692 authored May 10, 2022
1 parent 85aa11d commit f5dc8f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
6 changes: 3 additions & 3 deletions client/src/assets/placeholder/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
10 changes: 0 additions & 10 deletions client/src/components/contact/Details.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ const Details = () => {
<span className={classes.cc}>
{cc.name} : {cc.number}{' '}
</span>
<span className={classes.messageIcon}>
<i className='far fa-envelope'></i>
</span>
</Typography>
</Grid>
))}
Expand Down Expand Up @@ -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')]: {
Expand Down

0 comments on commit f5dc8f8

Please sign in to comment.