Skip to content

Commit 7262289

Browse files
sbilligg-r-a-n-t
andauthored
Zulip invite link on website (#1077) (#1080)
Co-authored-by: Grant Wuerker <gwuerker@gmail.com>
1 parent e3e0997 commit 7262289

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<nav id="menu" class="hidden px-2 pt-2 pb-4 text-center sm:flex sm:p-0 sm:text-left">
4848
<a href="docs/quickstart/index.html" class="transition duration-100 ease-in-out block text-lg px-2 py-2 hover:bg-gray-700 hover:text-white rounded-sm sm:mt-0 sm:ml-2 sm:px-4" title="Get started" >Get started</a>
4949
<a href="docs/index.html" class="transition duration-100 ease-in-out mt-1 text-lg block px-2 py-2 hover:bg-gray-700 hover:text-white rounded-sm sm:mt-0 sm:ml-2 sm:px-4" title="Learn">Learn</a>
50-
<a href="https://discord.gg/ywpkAXFjZH" class="transition duration-100 ease-in-out mt-1 text-lg block px-2 py-2 hover:bg-gray-700 hover:text-white rounded-sm sm:mt-0 sm:ml-2 sm:px-4"title="Community">Community</a>
50+
<a href="https://fe-lang.zulipchat.com/join/dqvssgylulrmjmp2dx7vcbrq" class="transition duration-100 ease-in-out mt-1 text-lg block px-2 py-2 hover:bg-gray-700 hover:text-white rounded-sm sm:mt-0 sm:ml-2 sm:px-4"title="Community">Community</a>
5151
<a href="https://blog.fe-lang.org" class="transition duration-100 ease-in-out mt-1 text-lg block px-2 py-2 hover:bg-gray-700 hover:text-white rounded-sm sm:mt-0 sm:ml-2 sm:px-4" title="Blog">Blog</a>
5252
</nav>
5353
</div>
@@ -251,7 +251,7 @@ <h5 class="text-2xl tracking-tight mb-2">Check examples &rarr;</h5>
251251
<h5 class="text-2xl tracking-tight mb-2">Contribute &rarr;</h5>
252252
<p class="text-gray-700 leading-5">Help improve Fe</p>
253253
</a>
254-
<a href="https://discord.gg/ywpkAXFjZH" title="Discuss" class="p-6 bg-gray-100 text-gray-900 shadow-lg rounded-sm hover:shadow-xl">
254+
<a href="https://fe-lang.zulipchat.com/join/dqvssgylulrmjmp2dx7vcbrq" title="Discuss" class="p-6 bg-gray-100 text-gray-900 shadow-lg rounded-sm hover:shadow-xl">
255255
<h5 class="text-2xl tracking-tight mb-2">Discuss &rarr;</h5>
256256
<p class="text-gray-700 leading-5">Discuss and explore with the community</p>
257257
</a>
@@ -279,7 +279,7 @@ <h4 class="font-semibold mb-4">Get Started</h4>
279279
<h4 class="font-semibold mb-4">Community</h4>
280280
<ul>
281281
<li><a class="block py-1 hover:text-white" href="https://twitter.com/official_fe" title="Fe on Twitter">Twitter</a></li>
282-
<li><a class="block py-1 hover:text-white" href="https://discord.gg/ywpkAXFjZH" title="Fe on Discord">Discord</a></li>
282+
<li><a class="block py-1 hover:text-white" href="fe-lang.zulipchat.com/join/dqvssgylulrmjmp2dx7vcbrq" title="Fe on Zulip">Zulip</a></li>
283283
<li><a class="block py-1 hover:text-white" href="https://github.com/ethereum/fe" title="Fe on GitHub">GitHub</a></li>
284284
</ul>
285285
</div>

0 commit comments

Comments
 (0)