FIX_DASHBOARD URL ISSUE
This commit is contained in:
parent
d2d591d13f
commit
765bc11d82
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user