Skip to content

Commit

Permalink
Merge branch 'playgroundPage' of https://github.com/Shivam-AfA/layer5
Browse files Browse the repository at this point in the history
…into playgroundPage
  • Loading branch information
Shivam-AfA committed May 8, 2023
2 parents fb4c9ae + 514b143 commit 82ffbbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/cloud-native-management/playground.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ const PlaygroundPage = () => {
};
export default PlaygroundPage;
export const Head = () => {
return <SEO title="Cloud-native Playground" description="Meshery CNCF Playground - The cloud native playground for Kubernetes and all CNCF projects" />;
return <SEO title="Cloud Native Playground" description="Meshery CNCF Playground - The cloud native playground for Kubernetes and all CNCF projects" />;
};
2 changes: 1 addition & 1 deletion src/sections/Playground/playground-hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const PlaygroundHero = () => {
<h1>Manage your Cloud Native mess</h1>
<h4>Employ a set of learning paths that incorporate an application networking centric curriculum featuring training on 200+ integrations.</h4>
<a href="https://play.meshery.io/">
<Button primary className="join-community-button" title="Try Meshery Playground" />
<Button primary className="join-community-button" title="Use Meshery Playground" />
</a>
</div>
<div className="hero-image">
Expand Down

0 comments on commit 82ffbbf

Please sign in to comment.