From 665d4dd15893537f1abe4b94b54c4e1fcaa000f3 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ladill_launcher.php b/config/ladill_launcher.php index 309b317..da1be6f 100644 --- a/config/ladill_launcher.php +++ b/config/ladill_launcher.php @@ -32,8 +32,8 @@ return [ ['name' => 'Hosting', 'url' => 'https://hosting.'.$root, 'icon' => 'hosting.svg'], ['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' => 'Give', 'url' => 'https://give.'.$root.'/sso/connect?redirect='.urlencode('https://give.'.$root.'/dashboard'), 'icon' => 'give.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'], ], ];