Skip to content

Commit 570a322

Browse files
committed
add slack button
1 parent 6b7af04 commit 570a322

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

+5
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ <h4>A community of JavaScript Developers in Reno, NV.</h4>
5555
title: ' Twitter',
5656
icon: 'fa fa-twitter',
5757
color: '#55acee'
58+
}, {
59+
link: 'http://slack.devreno.org',
60+
title: ' Slack',
61+
icon: 'fa fa-slack',
62+
color: '#56B68B'
5863
}];
5964
var $networks = $('#networks');
6065
networks.forEach(function (network) {

0 commit comments

Comments
 (0)