Skip to content

Commit d848bdf

Browse files
committed
feat(committee): update committee designation
1 parent b4c17a8 commit d848bdf

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

src/app/committee/page.tsx

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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">

test.png

Loading

0 commit comments

Comments
 (0)