From e437aff7bc1dd82c184f3b514bbfd4bc3fbc4191 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Mon, 29 Jun 2026 13:27:17 +0000 Subject: [PATCH] Sync app launcher from registry --- config/ladill_launcher.php | 1 + public/images/launcher-icons/care.svg | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 public/images/launcher-icons/care.svg diff --git a/config/ladill_launcher.php b/config/ladill_launcher.php index bfdd073..f100662 100644 --- a/config/ladill_launcher.php +++ b/config/ladill_launcher.php @@ -30,6 +30,7 @@ return [ ['name' => 'QR Plus', 'url' => 'https://qrplus.'.$root.'/sso/connect?redirect='.urlencode('https://qrplus.'.$root.'/dashboard'), 'icon' => 'qrplus.svg'], ['name' => 'Link', 'url' => 'https://link.'.$root.'/sso/connect?redirect='.urlencode('https://link.'.$root.'/dashboard'), 'icon' => 'link.svg'], ['name' => 'Frontdesk', 'url' => 'https://frontdesk.'.$root.'/sso/connect?redirect='.urlencode('https://frontdesk.'.$root.'/dashboard'), 'icon' => 'frontdesk.svg'], + ['name' => 'Care', 'url' => 'https://care.'.$root.'/sso/connect?redirect='.urlencode('https://care.'.$root.'/dashboard'), 'icon' => 'care.svg'], ['name' => 'SMS', 'url' => 'https://sms.'.$root, 'icon' => 'sms.svg'], ['name' => 'Bird', 'url' => 'https://bird.'.$root, 'icon' => 'bird.svg'], ['name' => 'Mail', 'url' => 'https://mail.'.$root, 'icon' => 'mail.svg'], diff --git a/public/images/launcher-icons/care.svg b/public/images/launcher-icons/care.svg new file mode 100644 index 0000000..3a6ef95 --- /dev/null +++ b/public/images/launcher-icons/care.svg @@ -0,0 +1,25 @@ + + + + + + + + + \ No newline at end of file