Skip to content

Commit 9b3c85b

Browse files
author
Vivek Vishal
authored
rm unused Button
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent f3dc799 commit 9b3c85b

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/sections/Devrel-platform/header.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from "react";
22
import styled from "styled-components";
33
import { Row, Col, Container } from "../../reusecore/Layout";
4-
import Button from "../../reusecore/Button";
54
import IntegrationsImage from "./images/integration-image-colorMode.svg";
65
const 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" />

0 commit comments

Comments
 (0)