File tree Expand file tree Collapse file tree
src/sections/Devrel-platform Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import React from "react" ;
22import styled from "styled-components" ;
33import { Row , Col , Container } from "../../reusecore/Layout" ;
4- import Button from "../../reusecore/Button" ;
54import IntegrationsImage from "./images/integration-image-colorMode.svg" ;
65const DevrelHeaderWrapper = styled . div `
76 .devrel-platform.header {
@@ -62,10 +61,6 @@ const DevrelHeaderWrapper = styled.div`
6261 text-align: center;
6362 margin-bottom: 20px;
6463 }
65- .header__button_section {
66- display: flex;
67- justify-content: center;
68- }
6964 }
7065 }
7166` ;
@@ -84,14 +79,6 @@ const Header = () => {
8479 { /* Meshery provides a comprehensive platform that transforms how you create and share technical content: */ }
8580
8681 </ p >
87- { /* <div className="header__button_section">
88- <Button
89- $primary
90- title="Browse"
91- $external={true}
92- $url=""
93- />
94- </div> */ }
9582 </ Col >
9683 < Col className = "col devrel" $lg = { 5 } $md = { 4 } $xs = { 10 } >
9784 < img src = { IntegrationsImage } alt = "devrel" />
You can’t perform that action at this time.
0 commit comments