Skip to content

Commit

Permalink
Fixed ip id conflict
Browse files Browse the repository at this point in the history
Both Image processing and independent project had the same id ip, assigned ipr to independent project to fix this.
  • Loading branch information
madhurimarawat authored Dec 7, 2024
1 parent 76d686c commit 2d75d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ document.addEventListener("DOMContentLoaded", function () {
'dbms-card': 'Database Management System',
'ds-card': 'Discrete Structure',
'ps-card': 'Probability and Statistics',
'ip-card': 'Independent Project',
'ipr-card': 'Independent Project',

// 4 Semester Subjects
'ai-card': 'Artificial Intelligence Principles and Applications',
Expand Down

0 comments on commit 2d75d77

Please sign in to comment.