Skip to content

Commit a7592f0

Browse files
committed
Add YouTube link to footer
1 parent 805fba3 commit a7592f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/footer.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ const Footer = () => (
2424
<div className="social">
2525
<a href="https://github.com/JavaScriptMN/">GitHub</a>
2626
</div>
27+
<div className="social">
28+
<a href="https://www.youtube.com/channel/UC4DA_d8mD-14ZSBvIb1jmXg">
29+
YouTube
30+
</a>
31+
</div>
2732
</div>
2833
</div>
2934
</footer>

0 commit comments

Comments
 (0)