Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit fdaf410

Browse files
authored
Fix sandbox image size (#124)
1 parent debca33 commit fdaf410

File tree

3 files changed

+1
-56
lines changed

3 files changed

+1
-56
lines changed

src/components/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const Home = () => {
8888
</div>
8989
</div>
9090
<div className="col col--6 image-container">
91-
<img src={useBaseUrl('/img/docs/sandbox-image.svg')} />
91+
<img src={useBaseUrl('/img/docs/sandbox-image.png')} />
9292
</div>
9393
</div>
9494
<div className="row home-middle">

static/img/docs/sandbox-image.png

299 KB
Loading

static/img/docs/sandbox-image.svg

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)