Skip to content

Commit 59a522d

Browse files
Merge pull request #23 from BrianMitchL/github-link
Add link to GitHub organization in footer
2 parents 3d156eb + c111c2e commit 59a522d

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)