From 64a301f6aff844fbe27ac7b41c044fca91765cee Mon Sep 17 00:00:00 2001 From: rockyeverlast Date: Fri, 7 Jun 2024 15:34:37 +0530 Subject: [PATCH] Updated summary in blogs --- src/components/BlogPost/BlogPost.jsx | 4 ++++ src/components/StaticSubComponents/StaticSubNet.jsx | 2 ++ .../StaticSubComponents/StaticSubs/StaticSubnetFour.jsx | 1 + .../StaticSubComponents/StaticSubs/StaticSubnetOne.jsx | 1 + .../StaticSubComponents/StaticSubs/StaticSubnetThree.jsx | 1 + .../StaticSubComponents/StaticSubs/StaticSubnetTwo.jsx | 1 + src/components/SubnetsComponent/Component1.jsx | 1 + src/components/SubnetsComponent/NewSubnetComp.jsx | 2 ++ 8 files changed, 13 insertions(+) diff --git a/src/components/BlogPost/BlogPost.jsx b/src/components/BlogPost/BlogPost.jsx index 381b987..962e3e8 100644 --- a/src/components/BlogPost/BlogPost.jsx +++ b/src/components/BlogPost/BlogPost.jsx @@ -104,6 +104,10 @@ const BlogPost = () => { {matchingBlogPost.title} + {matchingBlogPost.summary && ( + {matchingBlogPost.summary} + )} + { + {/* Subnet2 */} { + {/* Subnet3 */} { textTransform={"uppercase"} fontSize={"16px"} padding={"6px 20px"} + pointerEvents={"none"} _after={{ content: "''", position: "absolute", diff --git a/src/components/StaticSubComponents/StaticSubs/StaticSubnetOne.jsx b/src/components/StaticSubComponents/StaticSubs/StaticSubnetOne.jsx index 6def281..0f20cea 100644 --- a/src/components/StaticSubComponents/StaticSubs/StaticSubnetOne.jsx +++ b/src/components/StaticSubComponents/StaticSubs/StaticSubnetOne.jsx @@ -23,6 +23,7 @@ const StaticSubnetOne = () => { color={"#fff"} border={"1px solid #A5A5A5"} fontSize={"16px"} + pointerEvents={"none"} // _after={{ // content: "''", // position: "absolute", diff --git a/src/components/StaticSubComponents/StaticSubs/StaticSubnetThree.jsx b/src/components/StaticSubComponents/StaticSubs/StaticSubnetThree.jsx index 5e6d9ac..01a8b73 100644 --- a/src/components/StaticSubComponents/StaticSubs/StaticSubnetThree.jsx +++ b/src/components/StaticSubComponents/StaticSubs/StaticSubnetThree.jsx @@ -30,6 +30,7 @@ const StaticSubnetThree = () => { color={"#fff"} border={"1px solid #A5A5A5"} fontSize={"16px"} + pointerEvents={"none"} _before={{ content: "''", position: "absolute", diff --git a/src/components/StaticSubComponents/StaticSubs/StaticSubnetTwo.jsx b/src/components/StaticSubComponents/StaticSubs/StaticSubnetTwo.jsx index 29e1d1c..987ef4f 100644 --- a/src/components/StaticSubComponents/StaticSubs/StaticSubnetTwo.jsx +++ b/src/components/StaticSubComponents/StaticSubs/StaticSubnetTwo.jsx @@ -24,6 +24,7 @@ const StaticSubnetTwo = () => { color={"#fff"} border={"1px solid #A5A5A5"} fontSize={"16px"} + pointerEvents={"none"} _after={{ content: "''", position: "absolute", diff --git a/src/components/SubnetsComponent/Component1.jsx b/src/components/SubnetsComponent/Component1.jsx index 549e2e0..910c21c 100644 --- a/src/components/SubnetsComponent/Component1.jsx +++ b/src/components/SubnetsComponent/Component1.jsx @@ -25,6 +25,7 @@ export const Component1 = ({ id, title, content }) => { border={"1px solid #A5A5A5"} fontSize={"16px"} cursor={"default"} + pointerEvents={"none"} // _after={{ // content: "''", // position: "absolute", diff --git a/src/components/SubnetsComponent/NewSubnetComp.jsx b/src/components/SubnetsComponent/NewSubnetComp.jsx index eb0880c..3f3d843 100644 --- a/src/components/SubnetsComponent/NewSubnetComp.jsx +++ b/src/components/SubnetsComponent/NewSubnetComp.jsx @@ -230,6 +230,7 @@ export const NewSubnetComp = () => { + {/* Subnet2 */} { + {/* Subnet3 */}