Remove Building Icon next to company name in main side bar nav

This commit is contained in:
johnnyq 2025-07-23 13:24:48 -04:00
parent 719a0e5efa
commit a393284acd
1 changed files with 2 additions and 4 deletions

View File

@ -2,10 +2,8 @@
<aside class="main-sidebar sidebar-dark-<?php echo nullable_htmlentities($config_theme); ?> d-print-none">
<a class="brand-link" href="dashboard.php">
<div class="brand-image">
<i class="fas fa-building fa-2x"></i>
</div>
<span class="brand-text h5 ml-2"><?php echo nullable_htmlentities($session_company_name); ?></span>
<div class="brand-image"></div>
<span class="brand-text h4"><?php echo nullable_htmlentities($session_company_name); ?></span>
</a>
<!-- Sidebar -->