@@ -183,19 +183,17 @@ const KanvasisualizerFeatures = () => {
183183 </ a >
184184 </ Col >
185185 < Col $sm = { 12 } $md = { 6 } $lg = { 4 } >
186- < a href = "https://docs.layer5.io/kanvas/operator/#understanding-interactive-terminal" style = { { textDecoration : "none" , color : "inherit" , display : "block" } } >
187- < div className = { ( isHovered && hoveredFeature != "Feature3" ) ? "project__block__inner darken" : "project__block__inner" } onMouseOver = { ( ) => handleMouseOver ( 3 ) } onMouseOut = { handleMouseOut } >
188- < div className = "docs-icon-wrapper" >
189- < DocsIcon />
190- </ div >
191- < div className = "feature-image" >
192- < img src = { InteractiveTerminal } alt = "Interactive Terminal" style = { { position : "absolute" , width : "80%" , zIndex : "0" } } />
193- < img src = { InteractiveTerminalCode } alt = "" className = { hoveredFeature == "Feature3" ? "secondary-image-visible" : "secondary-image" } style = { { position : "relative" , width : "80%" , zIndex : "10" } } />
194- </ div >
195- < h3 > Interactive Terminal</ h3 >
196- < p > Establish sessions with one or more pods at a time.</ p >
197- </ div >
198- </ a >
186+ < a href = "https://docs.layer5.io/kanvas/operator/#understanding-interactive-terminal" style = { { textDecoration : "none" , color : "inherit" , display : "block" } } >
187+ < div className = { ( isHovered && hoveredFeature != "Feature3" ) ? "project__block__inner darken" : "project__block__inner" } onMouseOver = { ( ) => handleMouseOver ( 3 ) } onMouseOut = { handleMouseOut } >
188+ < div className = "docs-icon-wrapper" >
189+ < DocsIcon />
190+ </ div >
191+ < div className = "feature-image" >
192+ < img src = { InteractiveTerminal } alt = "Interactive Terminal" style = { { position : "absolute" , width : "80%" , zIndex : "0" } } />
193+ < img src = { InteractiveTerminalCode } alt = "" className = { hoveredFeature == "Feature3" ? "secondary-image-visible" : "secondary-image" } style = { { position : "relative" , width : "80%" , zIndex : "10" } } />
194+ </ div >
195+ < h3 > Interactive Terminal</ h3 >
196+ < p > Establish sessions with one or more pods at a time.</ p >
199197 </ div >
200198 </ a >
201199 </ Col >
@@ -214,7 +212,7 @@ const KanvasisualizerFeatures = () => {
214212 < div className = "feature-image" >
215213 < img src = { isDark ? ServicePerformanceGearDark : ServicePerformanceGearLight } alt = "Service Performance" style = { { position : "absolute" , zIndex : "0" } } />
216214 < ServicePerformanceMeter alt = "" className = { hoveredFeature == "Feature5" ? "meter-visible" : "secondary-image" }
217- style = { { height : "auto" , width : "70%" , position : "relative" , zIndex : "10" , transformOrigin : "center center" } }
215+ style = { { height : "auto" , width : "70%" , position : "relative" , zIndex : "10" , transformOrigin : "center center" } }
218216 />
219217 </ div >
220218 < h3 > Service Performance</ h3 >
0 commit comments