From f76ca5c3cce11a7e35c3f0149e0e94deffa12a0f Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Wed, 25 Dec 2024 17:17:50 +0000 Subject: [PATCH] fix typo and added case_itinerary --- src/Libs/NavList.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Libs/NavList.php b/src/Libs/NavList.php index c30d116..8984099 100644 --- a/src/Libs/NavList.php +++ b/src/Libs/NavList.php @@ -14,9 +14,10 @@ class NavList 'add_user' => 'nav-link text-dark', 'referral_sources' => 'nav-link text-dark', 'case_notes' => 'nav-link text-dark', - 'community_resource' => 'nav-link text-dark', + 'community_resources' => 'nav-link text-dark', 'my_cases' => 'nav-link text-dark', 'staff_notes' => 'nav-link text-dark', + 'case_itinerary' => 'nav-link text-dark', ]; public const PRESENT_LINK = 'nav-link text-white active bg-gradient-dark';