fixed intentionallity issue

This commit is contained in:
o-psi 2023-10-16 23:40:08 -05:00
parent 2f9b6d97b9
commit f16a175eed
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
<li class="nav-header mt-3">SALES</li>
<li class="nav-item">
<a href="client_leads.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "client_leads.php" || basename($_SERVER["PHP_SELF"]) == "client_leads.php") { echo "active"; } ?>">
<a href="client_leads.php" class="nav-link <?php if (basename($_SERVER["PHP_SELF"]) == "client_leads.php") { echo "active"; } ?>">
<i class="nav-icon fas fa-bullhorn"></i>
<p>Leads</p>
</a>