Skip to content

Commit

Permalink
Update kanvas-modes.js
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Vishal <[email protected]>
  • Loading branch information
vishalvivekm authored Nov 7, 2024
1 parent 98b2084 commit fe77466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sections/Kanvas/kanvas-modes.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,11 @@ const KanvasModes = () => {

<div className="mode">
<div className="mode-name">
<p>Visualizer</p>
<p>Operator</p>
</div>
<div className="content">
<h1>Apply patterns and manage many Kubernetes clusters</h1>
<img src={visualizerImage} alt="Kanvas Visualizer" onClick={() => setVizEnlarged(!vizEnlarged)} className={vizEnlarged ? "big" : "small"} />
<img src={visualizerImage} alt="Kanvas Operator" onClick={() => setVizEnlarged(!vizEnlarged)} className={vizEnlarged ? "big" : "small"} />
<p>
Deploy designs, apply patterns, manage and operate your deployments in real-time. Bring all your Kubernetes clusters under a common point of management. Interactively connect to terminal sessions or initiate and search log streams from your containers.
</p>
Expand Down

0 comments on commit fe77466

Please sign in to comment.