From 2d75d7700dea7d6c6bb8002832b20f0613adab78 Mon Sep 17 00:00:00 2001 From: Madhurima Rawat <105432776+madhurimarawat@users.noreply.github.com> Date: Sat, 7 Dec 2024 22:47:52 +0530 Subject: [PATCH] Fixed ip id conflict Both Image processing and independent project had the same id ip, assigned ipr to independent project to fix this. --- docs/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/js/index.js b/docs/js/index.js index c33d7f4..776cb9e 100644 --- a/docs/js/index.js +++ b/docs/js/index.js @@ -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',