Make Company Name clickable

This commit is contained in:
johnnyq 2024-12-06 19:44:14 -05:00
parent e1b30f6c25
commit 193e9e3e01
1 changed files with 2 additions and 2 deletions

View File

@ -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">