Show only Ladill app names in the mobile header.
Deploy Ladill Servers / deploy (push) Successful in 1m10s

Remove route-based page titles and the uppercase subtitle line so mobile
headers display a single title like Ladill Bird.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-07 16:44:12 +00:00
co-authored by Cursor
parent ee5be04d11
commit ca9bc885db
3 changed files with 5 additions and 29 deletions
-14
View File
@@ -2,18 +2,4 @@
return [
'app_name' => 'Servers',
'default_title' => 'Dashboard',
'patterns' => [
'servers.dashboard' => 'Dashboard',
'servers.search' => 'Search',
'servers.vps' => 'VPS',
'servers.dedicated' => 'Dedicated',
'servers.orders.*' => 'Orders',
'hosting.server-panel.*' => 'Server panel',
'account.wallet' => 'Wallet',
'account.billing' => 'Billing',
'account.team*' => 'Team',
'account.settings' => 'Settings',
'notifications.*' => 'Notifications',
],
];