File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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} ;
You can’t perform that action at this time.
0 commit comments