Skip to content

Commit

Permalink
reword the CTA text
Browse files Browse the repository at this point in the history
Signed-off-by: siddharthbaleja7 <[email protected]>
  • Loading branch information
siddharthbaleja7 authored Jul 29, 2024
1 parent c104493 commit 6fc3f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sections/Products/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ const index = () => {
<p className="paraInfo">
Embrace the future of technology and embark on a transformative journey with our comprehensive range of products prepared to meet your needs. Elevate, Innovate, and conquer the cloud with us today!
</p>
<Button button secondary className="banner-btn two" title="Open Playground" alt="Cloud Native Playground" url="https://play.meshery.io" />
<Button button secondary className="banner-btn two" title="Open in Demo System" alt="Cloud Native Playground" url="https://play.meshery.io" />
</div>
</div>
<div className="headers bot_gap">
Expand Down Expand Up @@ -303,4 +303,4 @@ const index = () => {
);
};

export default index;
export default index;

0 comments on commit 6fc3f64

Please sign in to comment.