Skip to content

Commit 01ee465

Browse files
committed
change iframe to button
1 parent 7afceda commit 01ee465

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,11 @@ yarn dev
4040

4141
### Simple Example (no props)
4242

43-
<iframe src="https://codesandbox.io/embed/88645px230?fontsize=14" title="react-globe-simple" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;" sandbox="allow-modals allow-forms allow-popups allow-scripts allow-same-origin"></iframe>
44-
45-
Here is a simple example with no props!
43+
[![Edit react-globe-simple](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/88645px230?fontsize=14)
4644

4745
### Interactive Example (with markers)
4846

49-
<iframe src="https://codesandbox.io/embed/p5lwvkp7x?fontsize=14" title="react-globe-interactive" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;" sandbox="allow-modals allow-forms allow-popups allow-scripts allow-same-origin"></iframe>
47+
[![Edit react-globe-interactive](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/p5lwvkp7x?fontsize=14)
5048

5149
## Development
5250

0 commit comments

Comments
 (0)