Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalvivekm authored Nov 5, 2024
1 parent 42d786f commit 9017c69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ export default function VisualizerFeatures({ features }) {
<VisualizerFeaturesWrapper>
<Container className="visualizer-trigger-container">
<div className="root test-container2">
<Link to="/cloud-native-management/kanvas/visualize">
<Link to="/cloud-native-management/kanvas/operator">
<div id="featureHeading" className="fixed" onMouseEnter={handleEnter} onMouseLeave={handleLeave}>
<h1>Visualize</h1>
<h1>Operate</h1>
<div className="learn-more">
<h5 style={cursorOverArrow ? { color: "#ffffff" } : { color: "#ececec" }}>Learn more</h5>
<img src={cursorOverArrow ? LinkArrow : LinkArrowDark} alt="Learn more" style={{ maxWidth: "15%" }} className={cursorOverArrow ? "arrow-enter" : "arrow"} />
</div>
</div>
</Link>
<div className="g-grid-container contentContainer" id="add-border">
<Link to="/cloud-native-management/kanvas/visualize">
<Link to="/cloud-native-management/kanvas/operator">
<div className="diagram scroll hideInMobile">
<VisualizerFeaturesDiagram activeExampleIndex={activeExampleIndex} />
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const KanvasisualizeBanner = () => {
</div> */}
<div className="banner">
<div className="banner-text">
<h1>Visualize your infrastructure </h1>
<h1>Operate your infrastructure </h1>
<h4>See your designs <span>in action.</span> Operate with <span>best practices.</span></h4>
<KanvasBtn title="Explore Kanvasoperator" />
</div>
Expand Down
8 changes: 4 additions & 4 deletions src/sections/Kanvas/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ const Kanvas = (props) => {
),
},
{
title: "Visualizer Mode",
title: "Operator Mode",
description:
"Visualizer offers an interactive topology of your Kubernetes clusters with live terminal sessions, log streaming and performance testing of your applications. Designs created in Designer mode can be deployed and viewed as running in your environment using Visualizer.",
"Operator offers an interactive topology of your Kubernetes clusters with live terminal sessions, log streaming and performance testing of your applications. Designs created in Designer mode can be deployed and viewed as running in your environment using Operator.",
content: (
<img
src={visualizerImage}
alt="Visualizer Mode"
alt="Operator Mode"
className="modes-image"
/>
),
Expand Down Expand Up @@ -144,7 +144,7 @@ const Kanvas = (props) => {
[
{
title: "Bring those ideas to life",
description: "Designer and Visualizer live side-by-side, so all design work, from ideation to operation, can be found in one place.",
description: "Designer and Operator live side-by-side, so all design work, from ideation to operation, can be found in one place.",
imgContent: (
<>
<img id="avatar-1" src={Avatar1} alt="" />
Expand Down

0 comments on commit 9017c69

Please sign in to comment.