landing-page: Change "Help Center" => "Why Zulip".

We have a good "Help Center" section in the footer, where a user
may already expect to look for help/support related requests, so
we can replace the navbar spot there with the "Why Zulip" page link.
This commit is contained in:
Brock Whittaker 2018-02-15 16:43:23 -08:00 committed by Tim Abbott
parent d30a6c64c3
commit 1dbab6496c

View File

@ -26,8 +26,8 @@
<li on-page="integrations">
<a href="/integrations/">Integrations</a>
</li>
<li on-page="help">
<a href="/help/">Help Center</a>
<li>
<a href="/why-zulip/">Why Zulip</a>
</li>
{% if user_is_authenticated %}
{% include 'zerver/portico-header-dropdown.html' %}