Update Side nav to use icon next to company

This commit is contained in:
johnnyq 2024-12-06 19:40:10 -05:00
parent 804164bc3f
commit e1b30f6c25
1 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,11 @@
<!-- Main Sidebar Container -->
<aside class="main-sidebar sidebar-dark-<?php echo nullable_htmlentities($config_theme); ?> d-print-none">
<div class="brand-link brand-text text-center">
<h4 class="text-light mb-0"><?php echo nullable_htmlentities($session_company_name); ?></h4>
<div class="brand-link">
<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>
<!-- Sidebar -->