add proper linkage for telemetry

This commit is contained in:
johnnyq 2022-01-16 12:43:16 -05:00
parent 778245ccec
commit c789038d53
1 changed files with 1 additions and 1 deletions

View File

@ -708,7 +708,7 @@ if(isset($_POST['add_telemetry'])){
</a>
</li>
<li class="nav-item">
<a href="?company" class="nav-link <?php if(isset($_GET['telemetry'])) { echo "active"; } ?>">
<a href="?telemetry" class="nav-link <?php if(isset($_GET['telemetry'])) { echo "active"; } ?>">
<i class="nav-icon fas fa-share-alt"></i>
<p>Telemetry</p>
</a>