Skip to content

Commit

Permalink
Merge pull request #5188 from layer5io/ritiksaxena124/add-feature-sec…
Browse files Browse the repository at this point in the history
…tion

Enhancement to playground page
  • Loading branch information
leecalcote authored Dec 6, 2023
2 parents 469f5af + e46ea35 commit 7d309af
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/sections/Playground/playground-features.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const PlaygroundFeaturesWrapper = styled.div`
display: flex;
flex-direction: row;
width: 70%;
max-width: 1440px;
justify-content: flex-end;
align-items: center;
margin: 1% 0%;
Expand Down Expand Up @@ -87,10 +88,10 @@ const PlaygroundFeatures = () => {
<h2>Use Whiteboarding </h2>
<h5>The Whiteboarding and Freestyle Drawing feature introduces versatile drawing capabilities within Playground.</h5>
<Button url="https://layer5.io/whiteboard" style={{ marginTop: "1.5rem" }}>
Know more
Learn more
</Button>
</div>
<div className="feature-image" style={{ scale: "0.8" }}>
<div className="feature-image" style={{ scale: "1" }}>
<img src={whiteboard_svg} />
</div>
</div>
Expand All @@ -100,10 +101,10 @@ const PlaygroundFeatures = () => {
<h2>Brainstorm with Comments </h2>
<h5>Playground’s Designer Mode offers a powerful collaboration feature through comments.</h5>
<Button url="https://layer5.io/comments" style={{ marginTop: "1.5rem" }}>
Know more
Learn more
</Button>
</div>
<div className="feature-image" style={{ scale: "0.8" }}>
<div className="feature-image" style={{ scale: "1" }}>
<img src={comments_svg} />
</div>
</div>
Expand Down

0 comments on commit 7d309af

Please sign in to comment.