Skip to content

Commit 8bdf28d

Browse files
committed
fix: fix broken slack signup
The heroku app was running in Slacks free tier, which doesn't exist any more. This change removes the links for now.
1 parent a02598a commit 8bdf28d

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

layouts/default.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<li><a href="/">v2 (current)</a></li>
2525
<li><a href="http://seeclickfix.com" target="_blank">SeeClickFix.com</a></li>
2626
<li><a href="http://seeclickfix.com/contact_us" target="_blank">Support</a></li>
27-
<li><script async defer src="https://seeclickfix-api-slack.herokuapp.com/slackin.js"></script></li>
2827
</ul>
2928
</div>
3029
</div><!-- #header -->
@@ -84,13 +83,6 @@ <h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v2/questions
8483
<div class="sidebar-module">
8584
<p>This website is a <a href="https://github.com/SeeClickFix/dev.seeclickfix.com" target="_blank">public GitHub repository</a>. Please help us by forking the project and adding to it.</p>
8685
</div>
87-
88-
<div class="sidebar-module">
89-
<!-- SCF API Slack badge -->
90-
<p>Developers, looking to share ideas or ask questions about the SCF API? Join the Slack channel!<br/><br/>
91-
<script async defer src="https://seeclickfix-api-slack.herokuapp.com/slackin.js?large"></script></p>
92-
</div>
93-
9486
</div><!-- /sidebar-shell -->
9587

9688
</div><!-- #wrapper -->

0 commit comments

Comments
 (0)