Skip to content

Commit c0bb5d3

Browse files
committed
Update citations to include links
1 parent f0a3c96 commit c0bb5d3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/Citations.js

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,27 @@ export default function Citations() {
2020
>
2121
Rhyne
2222
</a>
23+
<h4 className="margin-bottom-small">
24+
More from <a href="https://twitter.com/Darth_Knoppix">Seth Corker</a>
25+
</h4>
26+
<ul>
27+
<li>
28+
Read the blog post, "
29+
<a href="https://blog.sethcorker.com/fullscreen-api/">
30+
Using the Fullscreen API with React
31+
</a>
32+
"
33+
</li>
34+
<li>
35+
Find <a href="https://dev.to/darthknoppix">me on dev.to</a>
36+
</li>
37+
<li>
38+
Support me as a reader of{" "}
39+
<a href="https://medium.com/front-end-field-guide">
40+
Benevolent Bytes on Medium
41+
</a>
42+
</li>
43+
</ul>
2344
</footer>
2445
);
2546
}

0 commit comments

Comments
 (0)