Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update sac info page #467

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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