Skip to content

Commit

Permalink
chore: update sac info page (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
dibendusahani authored Sep 14, 2023
1 parent c1c9338 commit 4332d5e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions client/src/components/widgets/SacInfoNavbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import SocietyCards from './SocietyCards';

const STAGE = {
DSW: 'Dean SW',
SP: 'Sac President',
SP: 'SAC President',
SOB: 'SAC Office Bearers',
};

Expand All @@ -28,17 +28,17 @@ const POSTS = {
},
{
position: 'Vice President',
name: 'Dr. Balaji P.S.',
phone: '0661-2462528',
email: 'psbalaji@nitrkl.ac.in',
name: 'Prof. Kumud Kant Mehta',
phone: '9492573480',
email: 'mehtakk@nitrkl.ac.in',
},
],
LCS: [
{
position: 'Vice President',
name: 'Dr. Akshaya Kumar Rath',
phone: '0661-2462697',
email: 'ratha@nitrkl.ac.in',
name: 'Prof. Sivaraman J.',
phone: '9492573480',
email: 'jsiva@nitrkl.ac.in',
},
{
position: 'Vice President',
Expand Down Expand Up @@ -70,9 +70,9 @@ const POSTS = {
},
{
position: 'Vice President',
name: 'Dr. Prasun Chongder',
phone: '',
email: 'chongderp@nitrkl.ac.in',
name: 'Prof. Tirthankar Sarkar',
phone: '9547960987',
email: 'sarkart@nitrkl.ac.in',
},
],
};
Expand All @@ -98,9 +98,9 @@ const SacInfoNavbar = () => {
return (
<>
<PostHolders
position='Sac President'
name='Prof. Poonam Singh'
email='psingh@nitrkl.ac.in'
position='SAC President'
name='Prof. Rajeev Kumar Panda'
email='rkpanda@nitrkl.ac.in'
/>
</>
);
Expand Down

0 comments on commit 4332d5e

Please sign in to comment.