diff --git a/src/Libs/NavList.php b/src/Libs/NavList.php index fd46d6f..0a39eba 100644 --- a/src/Libs/NavList.php +++ b/src/Libs/NavList.php @@ -13,5 +13,8 @@ class NavList 'case_list' => 'nav-link text-dark', 'add_user' => 'nav-link text-dark', 'referral_sources' => 'nav-link text-dark', + 'case_notes' => 'nav-link text-dark', ]; + + public const PRESENT_LINK = 'nav-link text-white active bg-gradient-dark'; }