Skip to content

Commit c111c2e

Browse files
committed
Add link to GitHub organization in footer
1 parent 3d156eb commit c111c2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/footer.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ const Footer = () => (
2121
<div className="social">
2222
<a href="https://www.meetup.com/JavaScriptMN/events/">Calendar</a>
2323
</div>
24+
<div className="social">
25+
<a href="https://github.com/JavaScriptMN/">GitHub</a>
26+
</div>
2427
</div>
2528
</div>
2629
</footer>

0 commit comments

Comments
 (0)