Skip to content

Commit a49e8c2

Browse files
committed
lint fix
Signed-off-by: Namanv509 <namanverma00260@gmail.com>
1 parent 081ab76 commit a49e8c2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/sections/Kanvas/kanvas-feature.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,19 @@ const BtnContainer = styled.div`
5656
}
5757
`;
5858

59-
const KanvasFeatures = ({style}) => {
59+
const KanvasFeatures = ({ style }) => {
6060
return (
6161
<KanvasSectionWrapper>
6262
<div className="heading-section">
6363
<h2>Discover Kanvas Capabilities</h2>
64-
</div>
65-
<Container className="description-section">
64+
</div>
65+
<Container className="description-section">
6666
<p className="caption">
6767
Design and manage your infrastructure with Kanvas’s intuitive
6868
drag-and-drop interface. Watch
6969
the video to explore freestyle composition and powerful cluster management and learn more about Kanvas.
7070
</p>
71-
<BtnContainer className="btn" style={style} >
71+
<BtnContainer className="btn" style={style} >
7272
<Button
7373
$primary
7474
$external={true}
@@ -77,7 +77,7 @@ const KanvasFeatures = ({style}) => {
7777
$url="https://docs.layer5.io/videos/"
7878
/>
7979
</BtnContainer>
80-
</Container>
80+
</Container>
8181
</KanvasSectionWrapper>
8282
);
8383
};

0 commit comments

Comments
 (0)