mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-27 17:25:50 +00:00
Updated summary in blogs
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"}
|
||||
|
||||
@@ -31,6 +31,7 @@ const StaticSubnetFour = () => {
|
||||
textTransform={"uppercase"}
|
||||
fontSize={"16px"}
|
||||
padding={"6px 20px"}
|
||||
pointerEvents={"none"}
|
||||
_after={{
|
||||
content: "''",
|
||||
position: "absolute",
|
||||
|
||||
@@ -23,6 +23,7 @@ const StaticSubnetOne = () => {
|
||||
color={"#fff"}
|
||||
border={"1px solid #A5A5A5"}
|
||||
fontSize={"16px"}
|
||||
pointerEvents={"none"}
|
||||
// _after={{
|
||||
// content: "''",
|
||||
// position: "absolute",
|
||||
|
||||
@@ -30,6 +30,7 @@ const StaticSubnetThree = () => {
|
||||
color={"#fff"}
|
||||
border={"1px solid #A5A5A5"}
|
||||
fontSize={"16px"}
|
||||
pointerEvents={"none"}
|
||||
_before={{
|
||||
content: "''",
|
||||
position: "absolute",
|
||||
|
||||
@@ -24,6 +24,7 @@ const StaticSubnetTwo = () => {
|
||||
color={"#fff"}
|
||||
border={"1px solid #A5A5A5"}
|
||||
fontSize={"16px"}
|
||||
pointerEvents={"none"}
|
||||
_after={{
|
||||
content: "''",
|
||||
position: "absolute",
|
||||
|
||||
@@ -25,6 +25,7 @@ export const Component1 = ({ id, title, content }) => {
|
||||
border={"1px solid #A5A5A5"}
|
||||
fontSize={"16px"}
|
||||
cursor={"default"}
|
||||
pointerEvents={"none"}
|
||||
// _after={{
|
||||
// content: "''",
|
||||
// position: "absolute",
|
||||
|
||||
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user