diff --git a/components/Organisers/index.tsx b/components/Organisers/index.tsx index 6e89199..213a0c0 100644 --- a/components/Organisers/index.tsx +++ b/components/Organisers/index.tsx @@ -3,6 +3,9 @@ import React from 'react'; function Organisers() { return (
+

+

+

Organisers

diff --git a/components/ResourcePersons/index.tsx b/components/ResourcePersons/index.tsx index b33e321..5f8b561 100644 --- a/components/ResourcePersons/index.tsx +++ b/components/ResourcePersons/index.tsx @@ -5,6 +5,9 @@ import rersourcePersons from "@/config/resourcepersons.json"; function RersourcePersons() { return (
+

+

+

Advisory Commitee

{rersourcePersons.map((member) => ( diff --git a/config/resourcepersons.json b/config/resourcepersons.json index 115fa6f..fde68d4 100644 --- a/config/resourcepersons.json +++ b/config/resourcepersons.json @@ -11,7 +11,7 @@ }, { "name": "Dr. Deepak Prashar", - "img": "/rp-deeppak-prashar.jpeg", + "img": "/rp-deeppak-prashar.png", "linkedin": "https://www.linkedin.com/in/dr-deepak-prashar-97196030" }, { diff --git a/public/rp-deeppak-prashar.jpeg b/public/rp-deeppak-prashar.jpeg deleted file mode 100644 index 9ea700e..0000000 Binary files a/public/rp-deeppak-prashar.jpeg and /dev/null differ diff --git a/public/rp-deeppak-prashar.png b/public/rp-deeppak-prashar.png new file mode 100644 index 0000000..237b868 Binary files /dev/null and b/public/rp-deeppak-prashar.png differ