Browse Source

Rename Inbox

Benjamin Harris 2 tháng trước cách đây
mục cha
commit
768a3886af
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 0 0
      dashboard/report.php
  2. 2 2
      layouts/sidebar.php

+ 0 - 0
dashboard/inbox.php → dashboard/report.php


+ 2 - 2
layouts/sidebar.php

@@ -60,8 +60,8 @@ $settingsChildren  = [
             </a>
 
             <!-- Report History / Inbox -->
-            <a href="/dashboard/inbox.php"
-               class="nav-link<?= $isActive('/dashboard/inbox.php') ?>">
+            <a href="/dashboard/report.php"
+               class="nav-link<?= $isActive('/dashboard/report.php') ?>">
                 <div class="sb-nav-link-icon">
                     <i class="fa fa-inbox nav_icon"></i>
                 </div>