mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-09 15:05:32 -04: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