Skip to content

Commit

Permalink
fixed intentionallity issue
Browse files Browse the repository at this point in the history
  • Loading branch information
o-psi committed Oct 17, 2023
1 parent 2f9b6d9 commit f16a175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion side_nav.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f16a175

Please sign in to comment.