Skip to content

Commit 688222c

Browse files
committed
chore: remove redundant comments
Signed-off-by: Bharath Valaboju <69413757+Bharath314@users.noreply.github.com>
1 parent e19bf56 commit 688222c

File tree

1 file changed

+26
-11
lines changed

1 file changed

+26
-11
lines changed

src/sections/Meshery/index.js

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,42 @@ const MesheryPage = () => {
2525
<Row className="description">
2626
<Col className="desc-text" $lg={6} $md={6} $sm={10} $xs={8}>
2727
<h1 className="heading-1"> Wrangle your infrastructure</h1>
28-
<h1 className="heading-2"> <span className="heading-2"> collaboratively</span></h1>
28+
<h1 className="heading-2">
29+
{" "}
30+
<span className="heading-2"> collaboratively</span>
31+
</h1>
2932
<p className="desc-p">
30-
{/* Meshery is the cloud native manager. <br /> */}
31-
Confidently design, deploy, and operate your infrastructure and workloads with Meshery.
33+
Confidently design, deploy, and operate your infrastructure and
34+
workloads with Meshery.
3235
</p>
33-
<Button $primary className="banner-btn" title="Schedule a Demo" $external={true}
36+
<Button
37+
$primary
38+
className="banner-btn"
39+
title="Schedule a Demo"
40+
$external={true}
3441
$url="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3pmcApaDP4xd8hvG5fy8ylxuFxD3akIRc5vpWJ60q-HemQi80SFFAVftbiIsq9pgiA2o8yvU56?gv=true"
3542
>
3643
<GiClockwork size={21} className="button-icon" />
3744
</Button>
38-
<Button $secondary className="banner-btn" title="Run Meshery"
45+
<Button
46+
$secondary
47+
className="banner-btn"
48+
title="Run Meshery"
3949
$url="/cloud-native-management/meshery/getting-started"
4050
>
4151
<FiDownloadCloud size={21} className="button-icon" />
4252
</Button>
4353
</Col>
4454
<Col $lg={6} $md={6} className="meshery-hero-img desc-text">
45-
<video autoPlay muted loop controls className="meshery-video" >
55+
<video autoPlay muted loop controls className="meshery-video">
4656
<source src={mesheryDemo} type="video/webm" />
4757
</video>
48-
{/* <img className="meshery-sup-img" src={mesheryFullStack} alt="Meshery the multi-mesh manager" /> */}
49-
<Button $primary className="banner-btn align-btn"
50-
title="Star the Repository" $url="https://github.com/meshery/meshery" $external={ true }
58+
<Button
59+
$primary
60+
className="banner-btn align-btn"
61+
title="Star the Repository"
62+
$url="https://github.com/meshery/meshery"
63+
$external={true}
5164
>
5265
<FaGithub size={21} className="button-icon" />
5366
</Button>
@@ -65,7 +78,10 @@ const MesheryPage = () => {
6578
image={Nic}
6679
/>
6780
<div className="callout">
68-
<h1> Manage your clusters with features you won't find anywhere else.</h1>
81+
<h1>
82+
{" "}
83+
Manage your clusters with features you won't find anywhere else.
84+
</h1>
6985
</div>
7086
</Container>
7187
<Features />
@@ -79,7 +95,6 @@ const MesheryPage = () => {
7995
/>
8096
</Container>
8197
</MesheryWrapper>
82-
8398
);
8499
};
85100

0 commit comments

Comments
 (0)