Skip to content

Commit

Permalink
update verbiage
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
vishalvivekm authored Oct 20, 2024
1 parent 46413c8 commit 366239c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified site/src/assets/images/meshery-playground-kanvas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions site/src/components/Navigation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ setScroll((window.scrollY || window.pageYOffset) > 50)
<div className="continue-btn-container"
>
<a href="https://playground.meshery.io">
<Button className="continue-btn">
<Button className="continue-btn" style={{ background: "rgb(235, 192, 23)" }}>
<ArrowIcon />
Continue
</Button>
Expand All @@ -209,7 +209,7 @@ setScroll((window.scrollY || window.pageYOffset) > 50)
color: `${props => props.theme.text}`,
marginTop: "0.5rem"
}}>
Next: you'll be redirected to playground.meshery.io</p></div>
On clicking the continue button you will be redirected to Meshery Playground</p></div>
</Modal>
</div>
)}
Expand Down

0 comments on commit 366239c

Please sign in to comment.