mirror of
https://github.com/itflow-org/itflow
synced 2026-03-17 03:04:50 +00:00
Remove Building Icon next to company name in main side bar nav
This commit is contained in:
@@ -2,10 +2,8 @@
|
|||||||
<aside class="main-sidebar sidebar-dark-<?php echo nullable_htmlentities($config_theme); ?> d-print-none">
|
<aside class="main-sidebar sidebar-dark-<?php echo nullable_htmlentities($config_theme); ?> d-print-none">
|
||||||
|
|
||||||
<a class="brand-link" href="dashboard.php">
|
<a class="brand-link" href="dashboard.php">
|
||||||
<div class="brand-image">
|
<div class="brand-image"></div>
|
||||||
<i class="fas fa-building fa-2x"></i>
|
<span class="brand-text h4"><?php echo nullable_htmlentities($session_company_name); ?></span>
|
||||||
</div>
|
|
||||||
<span class="brand-text h5 ml-2"><?php echo nullable_htmlentities($session_company_name); ?></span>
|
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<!-- Sidebar -->
|
<!-- Sidebar -->
|
||||||
|
|||||||
Reference in New Issue
Block a user