Skip to content

Commit

Permalink
fixed small errors
Browse files Browse the repository at this point in the history
Signed-off-by: Savio Dias <[email protected]>
  • Loading branch information
Savio629 committed Aug 13, 2023
1 parent 8e0e4ca commit 5742984
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions src/sections/Playground/playground-CTA.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import Button from "../../reusecore/Button";
import { Container } from "../../reusecore/Layout";
import MesheryTitle from "./images/meshery-title.svg";
import playgroundbgCTA from "./images/playground-bg-CTA.png";
import smalldots from "./images/small-dots.png"
import MesheryIcon from "../../assets/images/meshery/icon-only/meshery-logo.webp"
import smalldots from "./images/small-dots.png";
import MesheryIcon from "../../assets/images/meshery/icon-only/meshery-logo.webp";

const DockerExtensionCTAWrapper = styled.div`
p {
Expand Down Expand Up @@ -135,14 +135,14 @@ p {
const DockerExtensionCTA = () => {
return (
<DockerExtensionCTAWrapper>
<Container>
<Container>
<div className="playground-callout">
<div className="dots-icon"/>
<div className="card-left">
<img className="meshery-title" src={MesheryTitle} alt="Meshery Title" loading="lazy" />
<div className="playground">Playground</div>
</div>
<div class="line"></div>
<div className="dots-icon"/>
<div className="card-left">
<img className="meshery-title" src={MesheryTitle} alt="Meshery Title" loading="lazy" />
<div className="playground">Playground</div>
</div>
<div className="line"></div>
<div className="card-right">
<div>
<h4>Mesh Your Way to Success<br></br>Discover, validate, and visualize<br></br> Application with ease. Don't wait </h4>
Expand All @@ -151,8 +151,6 @@ const DockerExtensionCTA = () => {
<Button primary url="https://play.meshery.io/" external={true}>
Try Playground now!
</Button>


</div>
<div className="meshery-icon"/>
</div>
Expand Down

0 comments on commit 5742984

Please sign in to comment.