Add Ladill Mini to shared app launcher.
Deploy Ladill Servers / deploy (push) Successful in 1m37s

This commit is contained in:
isaacclad
2026-06-07 18:52:03 +00:00
parent ca9bc885db
commit 8729af62db
+1
View File
@@ -32,5 +32,6 @@ 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' => 'Mini', 'url' => 'https://mini.'.$root.'/sso/connect?redirect='.urlencode('https://mini.'.$root.'/dashboard'), 'icon' => 'mini.svg'],
],
];