From ec48ab6b331a35d4007da989f495def2807d6230 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Mon, 22 Jun 2026 22:41:28 +0000 Subject: [PATCH] Add CRM to the Ladill app launcher crm.ladill.com is now live in the suite; add its launcher row + icon (byte-identical shared launcher config). Co-Authored-By: Claude Opus 4.8 --- config/ladill_launcher.php | 1 + public/images/launcher-icons/crm.svg | 35 ++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 public/images/launcher-icons/crm.svg diff --git a/config/ladill_launcher.php b/config/ladill_launcher.php index 2a8692a..af05c68 100644 --- a/config/ladill_launcher.php +++ b/config/ladill_launcher.php @@ -38,5 +38,6 @@ return [ ['name' => 'Give', 'url' => 'https://give.'.$root.'/sso/connect?redirect='.urlencode('https://give.'.$root.'/dashboard'), 'icon' => 'give.svg'], ['name' => 'Merchant', 'url' => 'https://merchant.'.$root.'/sso/connect?redirect='.urlencode('https://merchant.'.$root.'/dashboard'), 'icon' => 'merchant.svg'], ['name' => 'Transfer', 'url' => 'https://transfer.'.$root.'/sso/connect?redirect='.urlencode('https://transfer.'.$root.'/dashboard'), 'icon' => 'transfer.svg'], + ['name' => 'CRM', 'url' => 'https://crm.'.$root.'/sso/connect?redirect='.urlencode('https://crm.'.$root.'/dashboard'), 'icon' => 'crm.svg'], ], ]; diff --git a/public/images/launcher-icons/crm.svg b/public/images/launcher-icons/crm.svg new file mode 100644 index 0000000..5a15828 --- /dev/null +++ b/public/images/launcher-icons/crm.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + \ No newline at end of file