Skip to content

Commit 94c2f2c

Browse files
committed
Don't open a new window at Fork me on GitHub link.
1 parent fece03b commit 94c2f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<i class="fa fa-spinner fa-pulse fa-fw"></i> Loading...
1414
</p>
1515
</div>
16-
<a href="https://github.com/kelp404/react-hooks-shared-state" target="_blank"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
16+
<a href="https://github.com/kelp404/react-hooks-shared-state"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
1717
<script type="text/javascript" src="http://localhost:8001/app.js"></script>
1818
</body>
1919
</html>

0 commit comments

Comments
 (0)