Add Ladill Servers to app launcher.
Deploy Ladill Hosting / deploy (push) Successful in 33s

Sync servers.svg from monolith for the all-apps menu.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-06 19:28:22 +00:00
co-authored by Cursor
parent 6a0c3d7477
commit 8205d55d1e
2 changed files with 36 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ return [
['name' => 'Email', 'url' => 'https://email.'.$root, 'icon' => 'email.svg'],
['name' => 'Mail', 'url' => 'https://mail.'.$root, 'icon' => 'mail.svg'],
['name' => 'Domains', 'url' => 'https://domains.'.$root, 'icon' => 'domains.svg'],
['name' => 'Servers', 'url' => 'https://servers.'.$root, 'icon' => 'servers.svg'],
['name' => 'Hosting', 'url' => 'https://hosting.'.$root, 'icon' => 'hosting.svg'],
],
];