Skip to content

Commit 7ef0a20

Browse files
faceyspaceyCompuIves
authored andcommitted
fix($deepLinks): RFR homepage boxes (codesandbox#95)
* fix($deepLinks): RFR homepage boxes if u dont want the pink color i added to my name, all good. just let me know and i'll change it. * fix($consistentLinks): remove tree/master from second link
1 parent 8ec258e commit 7ef0a20

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
@@ -152,7 +152,7 @@ <h3>Example Projects</h3>
152152
<a href="/s/mZRjw05yp" class="project">
153153
Redux Form
154154
</a>
155-
<a href="/s/github/faceyspacey/redux-first-router-codesandbox?module=rJHWLQms2rZ" class="project">
155+
<a href="/s/github/faceyspacey/redux-first-router-codesandbox?module=%2FroutesMap.js" class="project">
156156
Redux-First Router
157157
</a>
158158
<a href="/s/nZ26kGMD" class="project">
@@ -172,8 +172,8 @@ <h4>Formik Example by @jaredpalmer</h4>
172172
</div>
173173

174174
<div class="picked-project">
175-
<h4>Redux-First Router by @faceyspacey</h4>
176-
<iframe src="https://codesandbox.io/embed/github/faceyspacey/redux-first-router-codesandbox/tree/master/?module=rJHWLQms2rZ"
175+
<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"
177177
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>
178178
</div>
179179
</section>

0 commit comments

Comments
 (0)