diff --git a/config/ladill_launcher.php b/config/ladill_launcher.php
index 2a0d785..33cabfe 100644
--- a/config/ladill_launcher.php
+++ b/config/ladill_launcher.php
@@ -26,6 +26,7 @@ return [
['name' => 'Transfer', 'url' => 'https://transfer.'.$root.'/sso/connect?redirect='.urlencode('https://transfer.'.$root.'/dashboard'), 'icon' => 'transfer.svg'],
['name' => 'Accounting', 'url' => 'https://accounting.'.$root.'/sso/connect?redirect='.urlencode('https://accounting.'.$root.'/dashboard'), 'icon' => 'accounting.svg'],
['name' => 'Invoice', 'url' => 'https://invoice.'.$root.'/sso/connect?redirect='.urlencode('https://invoice.'.$root.'/dashboard'), 'icon' => 'invoice.svg'],
+ ['name' => 'Stock', 'url' => 'https://stock.'.$root.'/sso/connect?redirect='.urlencode('https://stock.'.$root.'/dashboard'), 'icon' => 'stock.svg'],
['name' => 'CRM', 'url' => 'https://crm.'.$root.'/sso/connect?redirect='.urlencode('https://crm.'.$root.'/dashboard'), 'icon' => 'crm.svg'],
['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'],
diff --git a/public/images/launcher-icons/stock.svg b/public/images/launcher-icons/stock.svg
new file mode 100644
index 0000000..8b6518e
--- /dev/null
+++ b/public/images/launcher-icons/stock.svg
@@ -0,0 +1,30 @@
+
+
\ No newline at end of file
diff --git a/public/images/launcher-icons/woo.svg b/public/images/launcher-icons/woo.svg
deleted file mode 100644
index 5029df3..0000000
--- a/public/images/launcher-icons/woo.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
\ No newline at end of file