Skip to content

Commit d94b5b0

Browse files
author
Brandon Johnson
committed
Fix Slack link
Closes #8
1 parent dfaad9e commit d94b5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<span class="icon rsvp"></span>
2020
<span>RSVP for Event</span>
2121
</button>
22-
<button class="outline-button" onclick="window.open(https://javascript-mn.slack.com)">
22+
<button class="outline-button" onclick="window.open('https://javascriptmn-slack.herokuapp.com')">
2323
<span class="icon slack"></span>
2424
<span>Join our Slack</span>
2525
</button>

0 commit comments

Comments
 (0)