Add BloodHound Slack to About page

master
Rohan Vazarkar 2018-07-16 22:03:20 -04:00
parent 3805d093b7
commit 407a0d639e
1 changed files with 14 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export default class componentName extends Component {
<b>Version:</b> {this.state.version}
</h5>
<h5>
<b>Github:</b>{" "}
<b>GitHub:</b>{" "}
<a
href="#"
onClick={function() {
@ -70,6 +70,19 @@ export default class componentName extends Component {
https://www.github.com/BloodHoundAD/BloodHound
</a>
</h5>
<h5>
<b>BloodHound Slack:</b>{" "}
<a
href="#"
onClick={function() {
shell.openExternal(
"https://bloodhoundgang.herokuapp.com/"
);
}}
>
https://bloodhoundgang.herokuapp.com/
</a>
</h5>
<h5>
<b>Authors:</b>{" "}
<a