pdf title changed in useCases

This commit is contained in:
rockyeverlast
2024-05-08 13:28:14 +05:30
parent 1c97b13c6e
commit 6de7784285
2 changed files with 14 additions and 5 deletions

View File

@@ -198,7 +198,7 @@ const UseCase = ({ useCase, bannerImage, bannerHeading, bannerSubHeading }) => {
},
}}
>
Documents
Documents to Use Cases
</Text>
) : (
""
@@ -233,13 +233,22 @@ const UseCase = ({ useCase, bannerImage, bannerHeading, bannerSubHeading }) => {
},
}}
>
<Image src={img} />
<Image
src={img}
width={"70%"}
margin={"0 auto"}
sx={{
"@media (max-width: 600px)": {
width: "70%",
},
}}
/>
<Box paddingTop={"2rem"}>
<Text
color={"#fff"}
fontSize={"18px"}
marginBottom={"20px"}
minHeight={"85px"}
minHeight={"60px"}
maxWidth={"420px"}
>
{item.title}

View File

@@ -368,9 +368,9 @@ export const IdentitySecurityContent = [
},
{
id: 3,
title: "Rubix VC Framework Ver1",
title: " Rubix Verifiable Credentials",
link: secuirty3,
name: `Rubix_VC_Framework_Ver1`,
name: ` Rubix_Verifiable_Credentials`,
},
{
id: 4,