Skip to content

Commit

Permalink
replace more visualizer instances with operator
Browse files Browse the repository at this point in the history
Signed-off-by: vishalvivekm <[email protected]>
  • Loading branch information
vishalvivekm committed Nov 6, 2024
1 parent 910f116 commit 31d8305
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const Categories = {
"Image": kanvas_icon,
"Image_Alt": "Kanvas",
"Heading": "Get started with Kanvas!",
"Content": "Explore and understand your infrastructure at a glance with our powerful visualizer tool. Gain insights, track dependencies, and optimize performance effortlessly.",
"Content": "Explore and understand your infrastructure at a glance with our powerful Operator tool. Gain insights, track dependencies, and optimize performance effortlessly.",
"Button_Text": "Try Kanvas now!",
"Link": "/cloud-native-management/kanvas",
"Link_external": false
Expand Down
2 changes: 1 addition & 1 deletion src/sections/CloudNativeDeployments/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const Feature = () => {
<Row className="catalog">
<Col md={6} className="catalog-detail">
<h2 className="heading">
Kanvas Visualizer
Kanvas Operator
</h2>
<p className="caption">
Deploy designs, apply patterns, manage and operate your deployments in real-time. Bring all your Kubernetes clusters under a common point of management.
Expand Down
2 changes: 1 addition & 1 deletion src/sections/CloudNativeDeployments/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const KubernetesMultiCluster = () => {
{
heading: "Bring those ideas to life",
subtitle:
"Designer and Visualizer live side-by-side, so all design work, from ideation to operation, can be found in one place.",
"Designer and Operator live side-by-side, so all design work, from ideation to operation, can be found in one place.",
image: switcher_img,
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const KanvasCollaborateBanner = () => {
<div className="banner">
<div className="banner-text">
<h1>Collaborate with the team. <br /> Build solutions together </h1>
<h4>Designer and Visualizer live side-by-side, so all design work, from ideation to operation, can be found in one place.</h4>
<h4>Designer and Operator live side-by-side, so all design work, from ideation to operation, can be found in one place.</h4>
<Button $primary className="join-community-button" title="Start Collaborating" $url="https://kanvas.new/" $external={true} />
</div>
<div className="transition-container" ref={transitionRef}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const KanvasMobileSwiper = () => {
<SwiperContainer>
<h2>Multi user real time collaboration</h2>
<h6>
Designer and Visualizer live side-by-side, so all design work, from ideation to operation, can be found in one
Designer and Operator live side-by-side, so all design work, from ideation to operation, can be found in one
place.
</h6>
<Swiper
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default function KanvasDesignFeatureCarousel() {
<div className="left">
<h1>Multi-user real-time collaboration</h1>
<p>
Designer and Visualizer live side-by-side, so all design work, from
Designer and Operator live side-by-side, so all design work, from
ideation to operation, can be found in one place.
</p>
</div>
Expand Down

0 comments on commit 31d8305

Please sign in to comment.