Skip to content

Commit

Permalink
Merge pull request #5503 from ShivamCoder23/fixes
Browse files Browse the repository at this point in the history
Warning removed and Feature comparison button styling fix
  • Loading branch information
ritiksaxena124 authored Apr 25, 2024
2 parents 04a26d3 + 80060d1 commit b0fa834
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/components/handbook-navigation/intra-page.js
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down
1 change: 0 additions & 1 deletion src/sections/GCP-Diagram/diagram.js
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Learn-Layer5/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Partners/partners.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
4 changes: 1 addition & 3 deletions src/sections/Products/products.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/sections/Projects/Sistent/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit b0fa834

Please sign in to comment.