diff --git a/config/ladill_launcher.php b/config/ladill_launcher.php index db8daed..bfdd073 100644 --- a/config/ladill_launcher.php +++ b/config/ladill_launcher.php @@ -29,6 +29,7 @@ return [ ['name' => 'Events', 'url' => 'https://events.'.$root.'/sso/connect?redirect='.urlencode('https://events.'.$root.'/dashboard'), 'icon' => 'events.svg'], ['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' => '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/frontdesk.svg b/public/images/launcher-icons/frontdesk.svg new file mode 100644 index 0000000..ea54262 --- /dev/null +++ b/public/images/launcher-icons/frontdesk.svg @@ -0,0 +1,25 @@ + + + + + + + + + \ No newline at end of file