mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
team.html: Fix section heading links.
The headings on this page do not have the ID attribute set, so section heading links are broken.
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
below!
|
below!
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h1>The core team at Kandra Labs</h1>
|
<h1 id="the-core-team">The core team at Kandra Labs</h1>
|
||||||
<div class="team-profiles">
|
<div class="team-profiles">
|
||||||
<!-- Tim -->
|
<!-- Tim -->
|
||||||
<div class="profile bdfl">
|
<div class="profile bdfl">
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<!-- Contributors -->
|
<!-- Contributors -->
|
||||||
<h1>Our amazing community</h1>
|
<h1 id="our-amazing-community">Our amazing community</h1>
|
||||||
<p>
|
<p>
|
||||||
While the team at Kandra Labs provides important
|
While the team at Kandra Labs provides important
|
||||||
leadership, Zulip is built by an incredible
|
leadership, Zulip is built by an incredible
|
||||||
|
|||||||
Reference in New Issue
Block a user