cardupdate

This commit is contained in:
2024-05-23 13:10:35 +05:30
parent b26dbc1bf9
commit e3ff02eba4

View File

@@ -24,10 +24,7 @@ const CommunityBannerCard = ({
}) => {
return (
<Card
// bgImage={`https://rubix.betadelivery.com/${bgImage}`}
color={"teal.900"}
bgSize="cover"
bgPosition="center"
w={"100%"}
h={"100%"}
size={"md"}
@@ -47,9 +44,11 @@ const CommunityBannerCard = ({
w={"100%"}
bottom={0}
// border={"1px solid #9B4651"}
borderRadius={8}
borderRadius={'sm'}
overflow={"hidden"}
backgroundColor={"#000"}
bgImage={`https://rubix.betadelivery.com/${bgImage}`}
bgSize="cover"
bgPosition="center"
// backgroundColor={status ? "#ffe5ea": '#ffffff'}
backdropFilter="blur(1px)"
>
@@ -154,7 +153,7 @@ const CommunityBannerCard = ({
</Box>
</Box>
<Box display={"flex"} alignItems={"center"}>
{/* <Box display={"flex"} alignItems={"center"}>
<Image
boxShadow={"inner"}
rounded={"md"}
@@ -162,7 +161,7 @@ const CommunityBannerCard = ({
h={"75px"}
src={`https://rubix.betadelivery.com/${bgImage}`}
/>
</Box>
</Box> */}
</Box>
</CardBody>
<span