add staff_notes

This commit is contained in:
Ryan Prather 2024-12-22 01:17:37 +00:00
parent b4481eef9a
commit ba28fcca08

View File

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