mirror of https://github.com/itflow-org/itflow
Make Company Name clickable
This commit is contained in:
parent
e1b30f6c25
commit
193e9e3e01
|
|
@ -1,12 +1,12 @@
|
|||
<!-- Main Sidebar Container -->
|
||||
<aside class="main-sidebar sidebar-dark-<?php echo nullable_htmlentities($config_theme); ?> d-print-none">
|
||||
|
||||
<div class="brand-link">
|
||||
<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>
|
||||
</a>
|
||||
|
||||
<!-- Sidebar -->
|
||||
<div class="sidebar">
|
||||
|
|
|
|||
Loading…
Reference in New Issue