fix typo and added case_itinerary
This commit is contained in:
parent
d67db33ed0
commit
f76ca5c3cc
@ -14,9 +14,10 @@ class NavList
|
|||||||
'add_user' => 'nav-link text-dark',
|
'add_user' => 'nav-link text-dark',
|
||||||
'referral_sources' => 'nav-link text-dark',
|
'referral_sources' => 'nav-link text-dark',
|
||||||
'case_notes' => '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',
|
'my_cases' => 'nav-link text-dark',
|
||||||
'staff_notes' => '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';
|
public const PRESENT_LINK = 'nav-link text-white active bg-gradient-dark';
|
||||||
|
Loading…
Reference in New Issue
Block a user