mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +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! | ||||
|                 </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"> | ||||
|                     <!-- Tim --> | ||||
|                     <div class="profile bdfl"> | ||||
| @@ -69,7 +69,7 @@ | ||||
|                 </p> | ||||
|  | ||||
|                 <!-- Contributors --> | ||||
|                 <h1>Our amazing community</h1> | ||||
|                 <h1 id="our-amazing-community">Our amazing community</h1> | ||||
|                 <p> | ||||
|                     While the team at Kandra Labs provides important | ||||
|                     leadership, Zulip is built by an incredible | ||||
|   | ||||
		Reference in New Issue
	
	Block a user