FIX_DASHBOARD URL ISSUE

This commit is contained in:
Srinivas-Saravanan 2024-12-18 17:32:52 +05:30
parent d2d591d13f
commit 765bc11d82

View File

@ -83,7 +83,7 @@
<!-- LOGO -->
<div class="logo-box">
<a href="dashboard" class="logo logo-dark text-center">
<a href="<?= base_url('dashboard')?>" class="logo logo-dark text-center">
<span class="logo-sm">
<img src="<?= $company_logo_small; ?>" alt="<?= $company_short_name; ?>" height="24">
</span>
@ -92,7 +92,7 @@
</span>
</a>
<a href="dashboard" class="logo logo-light text-center">
<a href="<?= base_url('dashboard')?>" class="logo logo-light text-center">
<span class="logo-sm">
<img src="<?= $company_logo_small; ?>" alt="<?= $company_short_name; ?>" height="24">
</span>