diff --git a/src/Libs/NavList.php b/src/Libs/NavList.php index c080191..c30d116 100644 --- a/src/Libs/NavList.php +++ b/src/Libs/NavList.php @@ -16,6 +16,7 @@ class NavList 'case_notes' => 'nav-link text-dark', 'community_resource' => 'nav-link text-dark', 'my_cases' => 'nav-link text-dark', + 'staff_notes' => 'nav-link text-dark', ]; public const PRESENT_LINK = 'nav-link text-white active bg-gradient-dark';