Updated summary in blogs

This commit is contained in:
rockyeverlast
2024-06-07 15:34:37 +05:30
parent 4293d5fa36
commit 64a301f6af
8 changed files with 13 additions and 0 deletions

View File

@@ -104,6 +104,10 @@ const BlogPost = () => {
{matchingBlogPost.title}
</Text>
{matchingBlogPost.summary && (
<Text>{matchingBlogPost.summary}</Text>
)}
<Text
textAlign={"center"}
className="rubix-text-xsmall rubix-fw-500"

View File

@@ -140,6 +140,7 @@ const StaticSubNet = () => {
</Container>
</Box>
{/* Subnet2 */}
<Box
backgroundColor={"#101015"}
// height={"100vh"}
@@ -251,6 +252,7 @@ const StaticSubNet = () => {
</Container>
</Box>
{/* Subnet3 */}
<Box
backgroundColor={"#000"}
// height={"100vh"}

View File

@@ -31,6 +31,7 @@ const StaticSubnetFour = () => {
textTransform={"uppercase"}
fontSize={"16px"}
padding={"6px 20px"}
pointerEvents={"none"}
_after={{
content: "''",
position: "absolute",

View File

@@ -23,6 +23,7 @@ const StaticSubnetOne = () => {
color={"#fff"}
border={"1px solid #A5A5A5"}
fontSize={"16px"}
pointerEvents={"none"}
// _after={{
// content: "''",
// position: "absolute",

View File

@@ -30,6 +30,7 @@ const StaticSubnetThree = () => {
color={"#fff"}
border={"1px solid #A5A5A5"}
fontSize={"16px"}
pointerEvents={"none"}
_before={{
content: "''",
position: "absolute",

View File

@@ -24,6 +24,7 @@ const StaticSubnetTwo = () => {
color={"#fff"}
border={"1px solid #A5A5A5"}
fontSize={"16px"}
pointerEvents={"none"}
_after={{
content: "''",
position: "absolute",

View File

@@ -25,6 +25,7 @@ export const Component1 = ({ id, title, content }) => {
border={"1px solid #A5A5A5"}
fontSize={"16px"}
cursor={"default"}
pointerEvents={"none"}
// _after={{
// content: "''",
// position: "absolute",

View File

@@ -230,6 +230,7 @@ export const NewSubnetComp = () => {
</Container>
</Box>
{/* Subnet2 */}
<Box
backgroundColor={"#101015"}
// height={"100vh"}
@@ -353,6 +354,7 @@ export const NewSubnetComp = () => {
</Container>
</Box>
{/* Subnet3 */}
<Box
backgroundColor={"#000"}
// height={"100vh"}