diff --git a/src/assets/images/newFinao.png b/src/assets/images/newFinao.png new file mode 100644 index 0000000..cd4fafb Binary files /dev/null and b/src/assets/images/newFinao.png differ diff --git a/src/components/Card/LearnCard.jsx b/src/components/Card/LearnCard.jsx index 7ee8306..56879f3 100644 --- a/src/components/Card/LearnCard.jsx +++ b/src/components/Card/LearnCard.jsx @@ -3,7 +3,7 @@ import { Box, Container, Text, Image, Button } from "@chakra-ui/react"; import { Link } from "react-router-dom"; -const LearnCard = ({ id, src, alt, text, href }) => { +const LearnCard = ({ id, src, alt, text, href, index }) => { return ( {/* {images.map((img) => ( @@ -36,6 +36,8 @@ const LearnCard = ({ id, src, alt, text, href }) => { > {alt} { /> - { fontSize: "22px", fontWeight: "400", marginBottom: "30px", - padding:'1rem', - paddingBottom:'0px' + padding: "1rem", + paddingBottom: "0px", }, }} > @@ -110,13 +110,14 @@ const LearnDev = () => { }, }} > - {content.map((item) => ( + {content.map((item, index) => ( ))} diff --git a/src/components/MobileComponent/PartnerMobile.jsx b/src/components/MobileComponent/PartnerMobile.jsx index b528305..af2483f 100644 --- a/src/components/MobileComponent/PartnerMobile.jsx +++ b/src/components/MobileComponent/PartnerMobile.jsx @@ -12,7 +12,7 @@ import { ArrowBackIcon, ArrowForwardIcon } from "@chakra-ui/icons"; import chainx from "../../assets/images/chainx.png"; import ensurity from "../../assets/images/ensurity.png"; import exr from "../../assets/images/EXR.png"; -import finalo from "../../assets/images/finalo.png"; +import finalo from "../../assets/images/newFinao.png"; import iskon from "../../assets/images/iskon.png"; import jupiter from "../../assets/images/jupiter.png"; import ondc from "../../assets/images/ondc.png"; diff --git a/src/index.css b/src/index.css index 454e25f..eef2c42 100644 --- a/src/index.css +++ b/src/index.css @@ -197,11 +197,11 @@ span.swiper-pagination-bullet { } .swiper-button-next { - right: -8px; + right: 0px; } .swiper-button-prev { - left: -8px; + left: 0px; } .team-slider .swiper-button-prev { left: 28px;