From ba28fcca08765efd748776c296492c822547d488 Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Sun, 22 Dec 2024 01:17:37 +0000 Subject: [PATCH] add staff_notes --- src/Libs/NavList.php | 1 + 1 file changed, 1 insertion(+) 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';