소스 검색

Rename Inbox

Benjamin Harris 2 달 전
부모
커밋
768a3886af
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>