@@ -164,17 +164,17 @@ const KanvasisualizerFeatures = () => {
164164 </ div >
165165 </ Col >
166166 < Col $sm = { 12 } $md = { 6 } $lg = { 4 } >
167- < a href = "https://docs.layer5.io/kanvas/operator/" style = { { textDecoration : 'none' , color : 'inherit' , display : 'block' } } >
168- < div className = { ( isHovered && hoveredFeature != "Feature3" ) ? "project__block__inner darken" : "project__block__inner" } onMouseOver = { ( ) => handleMouseOver ( 3 ) } onMouseOut = { handleMouseOut } >
169- < div className = "feature-image" >
170- < img src = { InteractiveTerminal } alt = "Interactive Terminal" style = { { position : "absolute" , width : "80%" , zIndex : "0" } } />
171- < img src = { InteractiveTerminalCode } alt = "" className = { hoveredFeature == "Feature3" ? "secondary-image-visible" : "secondary-image" } style = { { position : "relative" , width : "80%" , zIndex : "10" } } />
167+ < a href = "https://docs.layer5.io/kanvas/operator/" style = { { textDecoration : "none" , color : "inherit" , display : "block" } } >
168+ < div className = { ( isHovered && hoveredFeature != "Feature3" ) ? "project__block__inner darken" : "project__block__inner" } onMouseOver = { ( ) => handleMouseOver ( 3 ) } onMouseOut = { handleMouseOut } >
169+ < div className = "feature-image" >
170+ < img src = { InteractiveTerminal } alt = "Interactive Terminal" style = { { position : "absolute" , width : "80%" , zIndex : "0" } } />
171+ < img src = { InteractiveTerminalCode } alt = "" className = { hoveredFeature == "Feature3" ? "secondary-image-visible" : "secondary-image" } style = { { position : "relative" , width : "80%" , zIndex : "10" } } />
172+ </ div >
173+ < h3 > Interactive Terminal</ h3 >
174+ < p > Establish sessions with one or more pods at a time.</ p >
175+ < DocsIcon style = { { position : "absolute" , top : "16px" , right : "16px" , color : "#00D3A9" } } className = "docs" />
172176 </ div >
173- < h3 > Interactive Terminal</ h3 >
174- < p > Establish sessions with one or more pods at a time.</ p >
175- < DocsIcon style = { { position : 'absolute' , top : '16px' , right : '16px' , color : '#00D3A9' } } className = "docs" />
176- </ div >
177- </ a >
177+ </ a >
178178 </ Col >
179179 < Col $sm = { 12 } $md = { 6 } $lg = { 4 } >
180180 < div className = { ( isHovered && hoveredFeature != "Feature4" ) ? "project__block__inner darken" : "project__block__inner" } onMouseOver = { ( ) => handleMouseOver ( 4 ) } onMouseOut = { handleMouseOut } >
0 commit comments