fix typo and added case_itinerary

This commit is contained in:
Ryan Prather 2024-12-25 17:17:50 +00:00
parent d67db33ed0
commit f76ca5c3cc

View File

@ -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';