diff --git a/src/components/MobileComponent/MobileCommunityCard.jsx b/src/components/MobileComponent/MobileCommunityCard.jsx index eb293db..5641245 100644 --- a/src/components/MobileComponent/MobileCommunityCard.jsx +++ b/src/components/MobileComponent/MobileCommunityCard.jsx @@ -17,6 +17,7 @@ import imgten from "../../assets/images/Component128.png"; import imgeleven from "../../assets/images/Component127.png"; import linkedin from "../../assets/images/linkedin.png"; import games from "../../assets/images/discot.png"; +import imgtweleve from "../../assets/images/kiran.jpg"; import { Pagination, Navigation } from "swiper/modules"; import { Link } from "react-router-dom"; @@ -120,17 +121,24 @@ const individuals = [ imageUrl: imgnine, link: `https://www.linkedin.com/in/maneesha-panda/`, }, - // { - // location: "india", - // name: "Maneesha Panda", - // jobTitle: "Blockchain Engineer", - // description: - // "A highly keen blockchain engineer with a zeal for innovation who brings new ideas to the table.", - // imageUrl: imgnine, - // }, + { + location: "india", + name: "Kiran H", + jobTitle: "Lead Software Engineer", + description: + "Golang developer and co-lead of the core protocol development and enhancement.", + imageUrl: imgtweleve, + link: `https://www.linkedin.com/in/kiranh1998/`, + }, ]; const MobileCommunityCard = () => { + const imgHeight = { + minWidth: `162px`, + height: "168px", + borderRadius: "10px", + objectFit: "cover", + }; return ( <> @@ -207,7 +215,7 @@ const MobileCommunityCard = () => { }, }} > - +