Skip to content

Commit fc531db

Browse files
7ammerrigor789
authored andcommitted
Add forum link to community dropdown (#151)
* Add forum link to community dropdown Thought it might be good to add the forum link to the list. When looking for previously answered questions, forum posts are easier to search through than slack. * Change slack to forum
1 parent 26803fa commit fc531db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

layouts/_partials/header.ejs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@
7777
target="_blank"
7878
rel="noopener"
7979
class="no-underline text-blue-lightest md:text-blue-dark hover:bg-green hover:text-white px-4 py-2">Slack</a>
80+
<a href="https://discourse.nativescript.org/c/vue"
81+
target="_blank"
82+
rel="noopener"
83+
class="no-underline text-blue-lightest md:text-blue-dark hover:bg-green hover:text-white px-4 py-2">Forum</a>
8084
</div>
8185
</div>
8286
</div>

0 commit comments

Comments
 (0)