diff --git a/config/ladill_launcher.php b/config/ladill_launcher.php
index f100662..0025502 100644
--- a/config/ladill_launcher.php
+++ b/config/ladill_launcher.php
@@ -31,6 +31,7 @@ return [
['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' => 'Care', 'url' => 'https://care.'.$root.'/sso/connect?redirect='.urlencode('https://care.'.$root.'/dashboard'), 'icon' => 'care.svg'],
+ ['name' => 'Queue', 'url' => 'https://queue.'.$root.'/sso/connect?redirect='.urlencode('https://queue.'.$root.'/dashboard'), 'icon' => 'queue.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/queue.svg b/public/images/launcher-icons/queue.svg
index 748032a..3c3dd8b 100644
--- a/public/images/launcher-icons/queue.svg
+++ b/public/images/launcher-icons/queue.svg
@@ -11,20 +11,20 @@
}
.cls-2 {
- fill: #f16667;
+ fill: #ffd05a;
}
.cls-3 {
- fill: #319966;
+ fill: #f16667;
}
.cls-4 {
- fill: #ffd05a;
+ fill: #319966;
}
-
-
+
+
-
+
\ No newline at end of file