mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-27 18:45:49 +00:00
pdf title changed in useCases
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user