Give each specialty module a distinct Heroicon-style icon.
Deploy Ladill Care / deploy (push) Successful in 1m2s
Deploy Ladill Care / deploy (push) Successful in 1m2s
Icon names live on the specialty catalog; SVG paths resolve through a shared map and render in sidebar, dashboard, settings, and the specialty shell. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -86,6 +86,12 @@ return [
|
||||
*/
|
||||
'specialty_modules' => require __DIR__.'/care_specialty_modules.php',
|
||||
|
||||
/*
|
||||
| SVG path markup for specialty module icons (Heroicons-style outline).
|
||||
| Referenced by care.specialty_modules.*.icon identifiers.
|
||||
*/
|
||||
'specialty_icons' => require __DIR__.'/care_specialty_icons.php',
|
||||
|
||||
'audit_actions' => [
|
||||
'organization.created' => 'Organization created',
|
||||
'organization.updated' => 'Organization updated',
|
||||
|
||||
Reference in New Issue
Block a user