Skip to content

Commit

Permalink
remove unneeded classes
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Jun 28, 2024
1 parent 9cd0c14 commit bbed4ae
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions layout/topnavbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@
?><i class="fas fa-arrow-up-right-from-square ms-2"></i>
</a>
</li>
<li class="nav-item dropdown ms-4">
<label class="nav-link btn btn-outline-light border-0"
id="apiVersionsDropdown"
for="apiVersionsDropdownItems"
><i class="fas fa-code-branch me-2"></i><?php
<li class="nav-item ms-4">
<label id="apiVersionsDropdown" for="apiVersionsDropdownItems"><i class="fas fa-code-branch me-2"></i><?php
echo _("API Version");
?></label>
</li>
Expand Down

0 comments on commit bbed4ae

Please sign in to comment.