diff --git a/src/components/handbook-navigation/intra-page.js b/src/components/handbook-navigation/intra-page.js index 5cc16e9dfb52..22f9ed066a04 100644 --- a/src/components/handbook-navigation/intra-page.js +++ b/src/components/handbook-navigation/intra-page.js @@ -1,7 +1,6 @@ import React, { useEffect, useState } from "react"; import { Link } from "gatsby"; import styled from "styled-components"; -import { link } from "joi"; const JoinCommunityWrapper = styled.div` @media screen and (min-width: 751px) and (max-width: 1279px) { diff --git a/src/sections/GCP-Diagram/diagram.js b/src/sections/GCP-Diagram/diagram.js index 5e4a01714c40..1917a534900a 100644 --- a/src/sections/GCP-Diagram/diagram.js +++ b/src/sections/GCP-Diagram/diagram.js @@ -1,7 +1,6 @@ import React from "react"; import styled from "styled-components"; import { Container, Row, Col } from "../../reusecore/Layout"; -import { useStyledDarkMode } from "../../theme/app/useStyledDarkMode"; // import GCPIconsDark from "./images/gcp-icons-dark.svg"; import GCPCatalogDark from "./images/gcp-catalog-dark.svg"; import RelatedPicks from "../../components/RelatedPicks"; diff --git a/src/sections/Home/So-Special-Section/index.js b/src/sections/Home/So-Special-Section/index.js index a3d9b4d14a35..1c2c30ba02b0 100644 --- a/src/sections/Home/So-Special-Section/index.js +++ b/src/sections/Home/So-Special-Section/index.js @@ -115,16 +115,16 @@ const SoSpecial = () => {
{/* {console.log("Dark Thumbnail:", frontmatter.darkthumbnail)} {console.log("Thumbnail:", frontmatter.thumbnail)} */} - {/* {frontmatter.title} */} - + {/* {frontmatter.title} + /> */}

{frontmatter.title}

diff --git a/src/sections/Learn-Layer5/index.js b/src/sections/Learn-Layer5/index.js index 6e1617f0f3c1..7f5a4bef2bcb 100644 --- a/src/sections/Learn-Layer5/index.js +++ b/src/sections/Learn-Layer5/index.js @@ -8,7 +8,7 @@ import LearnInfo from "../../components/Learn-Components/LearnInfo"; import WhatAwaitsSection from "../../components/Learn-Components/what-await-section"; import Book_Giveaway from "../../assets/images/learn/istio-book-giveaway.webp"; import JoinCommunity from "../Community/Join-community"; -import Button from "../../reusecore/Button"; +// import Button from "../../reusecore/Button"; const LearnPathsPage = () => { diff --git a/src/sections/Partners/partners.js b/src/sections/Partners/partners.js index 87598440b829..6bd8089e4eea 100644 --- a/src/sections/Partners/partners.js +++ b/src/sections/Partners/partners.js @@ -8,7 +8,7 @@ import { ReactComponent as Partner6 } from "../../assets/images/partners/hashico import { ReactComponent as Partner7 } from "../../assets/images/partners/hpe_side-colorMode.svg"; import { ReactComponent as Partner8 } from "../../assets/images/partners/microsoft-colorMode.svg"; import { ReactComponent as Partner9 } from "../../assets/images/partners/redhat-colorMode.svg"; -import { ReactComponent as Partner10 } from "../../assets/images/partners/smi-colorMode.svg"; +// import { ReactComponent as Partner10 } from "../../assets/images/partners/smi-colorMode.svg"; import { ReactComponent as Partner11 } from "../../assets/images/partners/intel-colorMode.svg"; import { ReactComponent as PartnerIstio } from "../../assets/images/partners/istio-colorMode.svg"; import { ReactComponent as Partner12 } from "../../assets/images/partners/vmware-colorMode.svg"; diff --git a/src/sections/Products/products.style.js b/src/sections/Products/products.style.js index 60240ef662f1..45bbb7df6049 100644 --- a/src/sections/Products/products.style.js +++ b/src/sections/Products/products.style.js @@ -44,9 +44,7 @@ const ProductWrapper = styled.section` margin-top: 75px; padding: 0 1.5rem 2rem 1.5rem; Button { - color: white; - font-size: 1.75rem; - font-weight: bold; + font-size: 1.25rem; } } diff --git a/src/sections/Projects/Sistent/components/index.js b/src/sections/Projects/Sistent/components/index.js index a4e57d44a26d..14ac2ffbdf19 100644 --- a/src/sections/Projects/Sistent/components/index.js +++ b/src/sections/Projects/Sistent/components/index.js @@ -2,7 +2,7 @@ import React, { useState } from "react"; import { Container } from "../../../../reusecore/Layout"; import SistentWrapper from "../sistent.style"; import TOC from "../../../../components/SistentNavigation"; -import SistentPagination from "../../../../components/SistentNavigation/pagination"; +// import SistentPagination from "../../../../components/SistentNavigation/pagination"; import SearchBox from "../../../../reusecore/Search"; import useDataList from "../../../../utils/usedataList"; import { FaArrowRight } from "@react-icons/all-files/fa/FaArrowRight";