Add my_cases nav link option

This commit is contained in:
Ryan Prather 2024-12-19 02:42:54 +00:00
parent 6410005a22
commit 2b8682bcbb

View File

@ -15,6 +15,7 @@ class NavList
'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_resource' => 'nav-link text-dark',
'my_cases' => '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';