We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c50af commit 8a82d85Copy full SHA for 8a82d85
spin-up-hub/index.html
@@ -241,6 +241,12 @@
241
target="_blank"
242
>Twitter</a
243
>
244
+ <a
245
+ class="navbar-item"
246
+ href="https://cloud-native.slack.com/archives/C089NJ9G1V0"
247
+ target="_blank"
248
+ >Slack</a
249
+ >
250
</div>
251
252
</nav>
templates/content_footer.hbs
@@ -3,6 +3,7 @@
3
<div class="level-left">
4
<a class="navbar-item" href="https://github.com/spinframework/spin" target="_blank">GitHub</a>
5
<a class="navbar-item" href="https://twitter.com/spinframework" target="_blank">Twitter</a>
6
+ <a class="navbar-item" href="https://cloud-native.slack.com/archives/C089NJ9G1V0" target="_blank">Slack</a>
7
8
9
</footer>
0 commit comments