Skip to content

Commit

Permalink
Minor updateS
Browse files Browse the repository at this point in the history
  • Loading branch information
SundarakrishnanN committed Jun 26, 2024
1 parent 351a631 commit 980a815
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 20 deletions.
2 changes: 1 addition & 1 deletion data/conference_convenors.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/finance_chairs.ts

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions data/program_chairs.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/publication_chairs.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const publication_chairs_data = [
{
name: 'Mr. Raghavendra Prasad S G',
name: 'Prof. Raghavendra Prasad SG',
post: 'Assistant Professor, Department of ISE, RVCE',
imgLink:
'https://rvce.edu.in/sites/default/files/sgr.jpg',
Expand Down
14 changes: 5 additions & 9 deletions data/session_management.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/sponsorship_chairs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const sponsorship_chairs_data = [
imgLink: 'https://rvce.edu.in/sites/default/files/Photo%20Anjaneyappa_0.JPG',
},
{
name: 'Dr.KM Ajay',
name: 'Dr. KM Ajay',
post: 'Assistant Professor, Department of EEE, RVCE ',
imgLink: 'https://rvce.edu.in/sites/default/files/eee-kma.jpg',
},
Expand Down
2 changes: 1 addition & 1 deletion pages/committee1.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function committee1() {
<div className="md:w-2/3 w-4/5 ">
<Card committeeName={"Conference Chairs"} to={"/committee-details/conference_chairs"}/>
<Card committeeName={"Program Chairs"} to={"/committee-details/program_chairs"}/>
<Card committeeName={"Technical Program Chairs"} to={""}/>
<Card committeeName={"Technical Program Chairs"} to={"/committee-details/technical_program_chairs"}/>
<Card committeeName={"Finance Chairs"} to={"/committee-details/finance_chairs"}/>
<Card committeeName={"Publication Chairs"} to={"/committee-details/publication_chairs"}/>
<Card committeeName={"Sponsorship Chairs"} to={"/committee-details/sponsorship_chairs"}/>
Expand Down

0 comments on commit 980a815

Please sign in to comment.