style(website): format code with prettier

Former-commit-id: c70f162df9
This commit is contained in:
vplasencia
2023-11-08 23:26:26 +01:00
parent 6dbc70ec31
commit f92efbe9bb

View File

@@ -357,7 +357,14 @@ await verifyProof(verificationKey, fullProof)`,
type="articles"
/>
</VStack>
<Text display={{ base: "flex", xl: "none" }} flex="1" alignSelf={"start"} fontSize="44px" fontWeight={"500"} mt={"100px"}>
<Text
display={{ base: "flex", xl: "none" }}
flex="1"
alignSelf={"start"}
fontSize="44px"
fontWeight={"500"}
mt={"100px"}
>
Videos
</Text>
<Flex display={{ base: "flex", xl: "none" }} w={"100%"} overflowX={"auto"}>
@@ -369,7 +376,14 @@ await verifyProof(verificationKey, fullProof)`,
</VStack>
))}
</Flex>
<Text display={{ base: "flex", xl: "none" }} flex="1" alignSelf={"start"} fontSize="44px" fontWeight={"500"} mt={"96px"}>
<Text
display={{ base: "flex", xl: "none" }}
flex="1"
alignSelf={"start"}
fontSize="44px"
fontWeight={"500"}
mt={"96px"}
>
Articles
</Text>
<Flex display={{ base: "flex", xl: "none" }} w={"100%"} overflowX={"auto"} mb={"66px"}>