mirror of
				https://github.com/Thor77/TeamspeakStats.git
				synced 2025-11-04 07:42:44 -05:00 
			
		
		
		
	Replace deprecated page-header heading-class
with `display-4`
This commit is contained in:
		
							parent
							
								
									6953a28faf
								
							
						
					
					
						commit
						60c299a947
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -42,7 +42,7 @@
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
  </nav>
 | 
					  </nav>
 | 
				
			||||||
  {% for server in servers %}
 | 
					  {% for server in servers %}
 | 
				
			||||||
    <h1 class="page-header" id="sid{{ server.sid }}">
 | 
					    <h1 class="display-4" id="sid{{ server.sid }}">
 | 
				
			||||||
      <a href="#sid{{ server.sid }}">Server {{ server.sid }}</a>
 | 
					      <a href="#sid{{ server.sid }}">Server {{ server.sid }}</a>
 | 
				
			||||||
    </h1>
 | 
					    </h1>
 | 
				
			||||||
    {% include 'stats.jinja2' %}
 | 
					    {% include 'stats.jinja2' %}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue