forked from rDrama/rDrama
1
0
Fork 0

add stats to mobile version of meta_navbar

master
Aevann 2024-02-05 06:19:54 +02:00
parent d06ab7640a
commit 54db4eb5af
1 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,9 @@
<li class="nav-item">
<a style="padding: 0.75rem 1rem" class="nav-link{% if request.path == '/blocks' %} active{% endif %}" href="/blocks"><i class="fas fa-eye-slash text-lg mr-0"></i></a>
</li>
<li class="nav-item">
<a style="padding: 0.75rem 1rem" class="nav-link{% if request.path == '/stats' %} active{% endif %}" href="/stats"><i class="fas fa-chart-simple text-lg mr-0"></i></a>
</li>
</ul>
</div>
</div>