Skip to content

Commit

Permalink
align try it text
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Mar 2, 2023
1 parent e6ee135 commit 0c1dc75
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions website/src/components/Playground/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,11 @@ function PlaygroundCard({name, image, url, urlTS, description}: Props) {
<p>{description}</p>
</div>
<div className="card__footer">
<b>
<Translate id="playground.tryItButton">Try it now!</Translate>
</b>
<div style={{textAlign: 'center'}}>
<b>
<Translate id="playground.tryItButton">Try it now!</Translate>
</b>
</div>
<div className="button-group button-group--block">
<Link className="button button--secondary" to={url}>
JavaScript
Expand Down

0 comments on commit 0c1dc75

Please sign in to comment.