@@ -189,7 +189,8 @@ export default function CommitteePage() {
189189 </ div >
190190 < h3 className = "text-xl font-semibold" > Dr. Manoj Shakya</ h3 >
191191 < p className = "text-gray-600" > Assistant Professor</ p >
192- < p className = "text-gray-600 max-w-60" > Department of Computer Science and Engineering</ p >
192+ < p className = "text-gray-600" > Acting Head</ p >
193+ < p className = "text-gray-600 max-w-60" > Department of Artificial Intelligence</ p >
193194 < p className = "text-gray-600" > Kathmandu University</ p >
194195 </ div >
195196 < div className = "text-center sm:max-w-xs" >
@@ -278,8 +279,8 @@ export default function CommitteePage() {
278279 />
279280 </ div >
280281 < h3 className = "text-xl font-semibold" > Amrit Dahal</ h3 >
281- < p className = "text-gray-600" > Lecturer </ p >
282- < p className = "text-gray-600 max-w-60" > Department of Computer Science and Engineering </ p >
282+ < p className = "text-gray-600" > Assistant Professor </ p >
283+ < p className = "text-gray-600 max-w-60" > Department of Artificial Intelligence </ p >
283284 < p className = "text-gray-600" > Kathmandu University</ p >
284285 </ div >
285286 < div className = "text-center sm:max-w-xs" >
@@ -425,12 +426,12 @@ export default function CommitteePage() {
425426 affiliation : "KU, DoCSE" ,
426427 image : "/oc/ShreejanKarmacharya.webp"
427428 } ,
428- {
429- name : "Shriharsh Sharma Acharya" ,
430- position : "Member" ,
431- affiliation : "KU, DoCSE" ,
432- image : "/oc/Shriharsh.webp"
433- } ,
429+ {
430+ name : "Shriharsh Sharma Acharya" ,
431+ position : "Member" ,
432+ affiliation : "KU, DoCSE" ,
433+ image : "/oc/Shriharsh.webp"
434+ } ,
434435 ] . map ( ( member , index ) => (
435436 < div key = { index } className = "text-center max-w-xs" >
436437 < div className = "relative w-36 h-36 mx-auto mb-4 rounded-full overflow-hidden border-4 border-blue-100" >
0 commit comments