Skip to content

Commit b55d072

Browse files
author
Ives van Hoorne
committed
Make the formik example on the homepage an embed
1 parent 7ef0a20 commit b55d072

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/homepage/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,14 @@ <h4>Made something cool? Send it to <a href="mailto:[email protected]">hello@
167167

168168
<div class="picked-project">
169169
<h4>Formik Example by @jaredpalmer</h4>
170-
<iframe src="https://codesandbox.io/s/zKrK5YLDZ" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
170+
<iframe src="https://codesandbox.io/embed/zKrK5YLDZ" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
171171
sandbox="allow-modals allow-presentation allow-forms allow-popups allow-scripts allow-same-origin"></iframe>
172172
</div>
173173

174174
<div class="picked-project">
175175
<h4>Redux-First Router by <span style="color: rgb(235, 78, 145)">@faceyspacey</span></h4>
176-
<iframe src="https://codesandbox.io/embed/github/faceyspacey/redux-first-router-codesandbox?module=%2FroutesMap.js"
177-
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;" sandbox="allow-modals allow-presentation allow-forms allow-popups allow-scripts allow-same-origin"></iframe>
176+
<iframe src="https://codesandbox.io/embed/github/faceyspacey/redux-first-router-codesandbox?module=%2FroutesMap.js" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
177+
sandbox="allow-modals allow-presentation allow-forms allow-popups allow-scripts allow-same-origin"></iframe>
178178
</div>
179179
</section>
180180

0 commit comments

Comments
 (0)