mirror of https://github.com/zulip/zulip.git
features: Add rewritten heading content.
This commit is contained in:
parent
43ee8b2ce1
commit
f5fb9d76d0
|
@ -18,6 +18,13 @@
|
|||
<div class="body-bg">
|
||||
<div class="body-bg__layer"></div>
|
||||
</div>
|
||||
|
||||
<h1>Complete team chat solution</h1>
|
||||
<div class="h1-subheader">
|
||||
From small teams to organizations with thousands of users, Zulip has you
|
||||
covered. See <a href="/plans/">plans and pricing</a>.
|
||||
</div>
|
||||
|
||||
<div class="main">
|
||||
{% include "corporate/comparison_table_integrated.html" %}
|
||||
</div>
|
||||
|
|
|
@ -257,7 +257,7 @@ class DocPageTest(ZulipTestCase):
|
|||
self._test("/hello/", ["your mission-critical communications with Zulip"])
|
||||
self._test("/communities/", ["Open communities directory"])
|
||||
self._test("/development-community/", ["Zulip development community"])
|
||||
self._test("/features/", ["Beautiful messaging"])
|
||||
self._test("/features/", ["Complete team chat solution"])
|
||||
self._test("/jobs/", ["Work with us"])
|
||||
self._test("/self-hosting/", ["Self-host Zulip"])
|
||||
self._test("/security/", ["TLS encryption"])
|
||||
|
|
Loading…
Reference in New Issue