From 94433876d2a1be464b9452d36164378f0ba72220 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Wed, 10 Jun 2026 11:03:15 +0000 Subject: [PATCH] Add Merchant to app launcher. Co-Authored-By: Claude Opus 4.8 --- config/ladill_launcher.php | 1 + public/images/launcher-icons/merchant.svg | 25 +++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 public/images/launcher-icons/merchant.svg diff --git a/config/ladill_launcher.php b/config/ladill_launcher.php index da1be6f..91aa9e9 100644 --- a/config/ladill_launcher.php +++ b/config/ladill_launcher.php @@ -34,6 +34,7 @@ return [ ['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' => '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'], ], ]; diff --git a/public/images/launcher-icons/merchant.svg b/public/images/launcher-icons/merchant.svg new file mode 100644 index 0000000..5029df3 --- /dev/null +++ b/public/images/launcher-icons/merchant.svg @@ -0,0 +1,25 @@ + + + + + + + + + \ No newline at end of file