Skip to content

Commit

Permalink
used MUI Button url prop
Browse files Browse the repository at this point in the history
Signed-off-by: Shivam Sood <[email protected]>
  • Loading branch information
Shivam-AfA committed May 8, 2023
1 parent 82ffbbf commit 815de50
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/sections/Playground/playground-hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ const PlaygroundHero = () => {
<div className="hero-text">
<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="Use Meshery Playground" />
</a>
<Button primary className="join-community-button" title="Use Meshery Playground" url="https://play.meshery.io/" />
</div>
<div className="hero-image">
<PlaygroundHeroImage />
Expand Down

0 comments on commit 815de50

Please sign in to comment.