Skip to content

Commit 9017c69

Browse files
author
Vivek Vishal
authored
update
1 parent 42d786f commit 9017c69

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/sections/Kanvas/FeaturesSection/Visualize/VisualizerFeatures.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ export default function VisualizerFeatures({ features }) {
3030
<VisualizerFeaturesWrapper>
3131
<Container className="visualizer-trigger-container">
3232
<div className="root test-container2">
33-
<Link to="/cloud-native-management/kanvas/visualize">
33+
<Link to="/cloud-native-management/kanvas/operator">
3434
<div id="featureHeading" className="fixed" onMouseEnter={handleEnter} onMouseLeave={handleLeave}>
35-
<h1>Visualize</h1>
35+
<h1>Operate</h1>
3636
<div className="learn-more">
3737
<h5 style={cursorOverArrow ? { color: "#ffffff" } : { color: "#ececec" }}>Learn more</h5>
3838
<img src={cursorOverArrow ? LinkArrow : LinkArrowDark} alt="Learn more" style={{ maxWidth: "15%" }} className={cursorOverArrow ? "arrow-enter" : "arrow"} />
3939
</div>
4040
</div>
4141
</Link>
4242
<div className="g-grid-container contentContainer" id="add-border">
43-
<Link to="/cloud-native-management/kanvas/visualize">
43+
<Link to="/cloud-native-management/kanvas/operator">
4444
<div className="diagram scroll hideInMobile">
4545
<VisualizerFeaturesDiagram activeExampleIndex={activeExampleIndex} />
4646
</div>

src/sections/Kanvas/Kanvas-visualize/kanvas-visualize-banner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const KanvasisualizeBanner = () => {
9191
</div> */}
9292
<div className="banner">
9393
<div className="banner-text">
94-
<h1>Visualize your infrastructure </h1>
94+
<h1>Operate your infrastructure </h1>
9595
<h4>See your designs <span>in action.</span> Operate with <span>best practices.</span></h4>
9696
<KanvasBtn title="Explore Kanvasoperator" />
9797
</div>

src/sections/Kanvas/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ const Kanvas = (props) => {
6161
),
6262
},
6363
{
64-
title: "Visualizer Mode",
64+
title: "Operator Mode",
6565
description:
66-
"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.",
66+
"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.",
6767
content: (
6868
<img
6969
src={visualizerImage}
70-
alt="Visualizer Mode"
70+
alt="Operator Mode"
7171
className="modes-image"
7272
/>
7373
),
@@ -144,7 +144,7 @@ const Kanvas = (props) => {
144144
[
145145
{
146146
title: "Bring those ideas to life",
147-
description: "Designer and Visualizer live side-by-side, so all design work, from ideation to operation, can be found in one place.",
147+
description: "Designer and Operator live side-by-side, so all design work, from ideation to operation, can be found in one place.",
148148
imgContent: (
149149
<>
150150
<img id="avatar-1" src={Avatar1} alt="" />

0 commit comments

Comments
 (0)