From b280150c7cdad4158dfd2a93e5263c570970828c Mon Sep 17 00:00:00 2001 From: dibendusahani <112952404+dibendusahani@users.noreply.github.com> Date: Fri, 1 Sep 2023 21:29:16 +0530 Subject: [PATCH] chore: update sac info page --- .../src/components/widgets/SacInfoNavbar.js | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/client/src/components/widgets/SacInfoNavbar.js b/client/src/components/widgets/SacInfoNavbar.js index 0508a2f2..4fde97a0 100644 --- a/client/src/components/widgets/SacInfoNavbar.js +++ b/client/src/components/widgets/SacInfoNavbar.js @@ -14,7 +14,7 @@ import SocietyCards from './SocietyCards'; const STAGE = { DSW: 'Dean SW', - SP: 'Sac President', + SP: 'SAC President', SOB: 'SAC Office Bearers', }; @@ -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', @@ -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', }, ], }; @@ -98,9 +98,9 @@ const SacInfoNavbar = () => { return ( <> );