Skip to content

Commit

Permalink
Merge branch 'dev' into devFix
Browse files Browse the repository at this point in the history
  • Loading branch information
tech-hunter-mainak authored Oct 18, 2024
2 parents 2e7eace + 63d37fa commit 75caa0e
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 26 deletions.
50 changes: 27 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/assets/data/Data.js
Original file line number Diff line number Diff line change
Expand Up @@ -2557,8 +2557,7 @@ const TeamData = [
Domain: "Web",
Github: "https://github.com/coderSubhadeepdeb",
Linkedin: "https://www.linkedin.com/in/subhadeep-deb-66a6b827a",
Facebook:
"https://web.facebook.com/profile.php?id=100093466932501",
Facebook: "https://web.facebook.com/profile.php?id=100093466932501",
Description: "",
Batch: "2024-25",
imageSrc:
Expand Down
3 changes: 2 additions & 1 deletion src/assets/data/Faculty.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ const Faculty = [
designation: "Associate Professor",
department: "Computer Science & Engineering",
website: "http://cs.nits.ac.in/pknath/",
linkedin: "https://www.linkedin.com/in/pantha-kanti-nath-116200240/?originalSubdomain=in",
linkedin:
"https://www.linkedin.com/in/pantha-kanti-nath-116200240/?originalSubdomain=in",
mail: "pantha@cse.nits.ac.in",
},
];
Expand Down
1 change: 1 addition & 0 deletions src/pages/Team/Team.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ const Team = () => {
option6="Cloud"
filterModuleData={onModuleValueChanged}
/>

<FilterModule
className="filterByYear"
default={currentBatch}
Expand Down

0 comments on commit 75caa0e

Please sign in to comment.