From a3496f8019d869d3e6eeed89b9b5afd4749a053e Mon Sep 17 00:00:00 2001 From: isaacclad Date: Tue, 9 Jun 2026 10:34:02 +0000 Subject: [PATCH] Add Ladill Give to the shared app launcher. Sync ladill_launcher.php and give.svg across all extracted apps so Give appears in every product switcher. Co-authored-by: Cursor --- config/ladill_launcher.php | 1 + public/images/launcher-icons/give.svg | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 public/images/launcher-icons/give.svg diff --git a/config/ladill_launcher.php b/config/ladill_launcher.php index e87951e..da1be6f 100644 --- a/config/ladill_launcher.php +++ b/config/ladill_launcher.php @@ -33,6 +33,7 @@ return [ ['name' => 'QR Plus', 'url' => 'https://qrplus.'.$root.'/sso/connect?redirect='.urlencode('https://qrplus.'.$root.'/dashboard'), 'icon' => 'qrplus.svg'], ['name' => 'Events', 'url' => 'https://events.'.$root.'/sso/connect?redirect='.urlencode('https://events.'.$root.'/dashboard'), 'icon' => 'events.svg'], ['name' => 'Mini', 'url' => 'https://mini.'.$root.'/sso/connect?redirect='.urlencode('https://mini.'.$root.'/dashboard'), 'icon' => 'mini.svg'], + ['name' => 'Give', 'url' => 'https://give.'.$root.'/sso/connect?redirect='.urlencode('https://give.'.$root.'/dashboard'), 'icon' => 'give.svg'], ['name' => 'Transfer', 'url' => 'https://transfer.'.$root.'/sso/connect?redirect='.urlencode('https://transfer.'.$root.'/dashboard'), 'icon' => 'transfer.svg'], ], ]; diff --git a/public/images/launcher-icons/give.svg b/public/images/launcher-icons/give.svg new file mode 100644 index 0000000..8985473 --- /dev/null +++ b/public/images/launcher-icons/give.svg @@ -0,0 +1,20 @@ + + + + + + + + \ No newline at end of file