Skip to content

Commit 6389755

Browse files
author
Ives van Hoorne
committed
Fix embed link on homepage
1 parent 8622308 commit 6389755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/homepage/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ <h4>MobX-state-tree - TodoList by @mwestrate</h4>
170170

171171
<div class="picked-project">
172172
<h4>Redux-First Router by @faceyspacey</h4>
173-
<iframe src="https://codesandbox.io/s/github/faceyspacey/redux-first-router-codesandbox" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
173+
<iframe src="https://codesandbox.io/embed/github/faceyspacey/redux-first-router-codesandbox" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
174174
sandbox="allow-modals allow-presentation allow-forms allow-popups allow-scripts allow-same-origin"></iframe>
175175
</div>
176176
</section>

0 commit comments

Comments
 (0)