Community mobile updated

This commit is contained in:
rockyeverlast
2024-04-22 16:32:34 +05:30
parent e8a282e066
commit 396f1f4203

View File

@@ -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 (
<>
<Box backgroundColor={"#101015"}>
@@ -207,7 +215,7 @@ const MobileCommunityCard = () => {
},
}}
>
<Image src={item.imageUrl} />
<Image src={item.imageUrl} style={imgHeight} />
</Text>
</Text>
<Text