Show only Ladill app names in the mobile header.
Deploy Ladill Events / deploy (push) Successful in 30s

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:11 +00:00
co-authored by Cursor
parent 99dbff200c
commit 3c995d70f8
3 changed files with 5 additions and 35 deletions
-20
View File
@@ -2,24 +2,4 @@
return [
'app_name' => 'Events',
'default_title' => 'Overview',
'patterns' => [
'events.dashboard' => 'Overview',
'events.search' => 'Search',
'events.index' => 'Events',
'events.create' => 'Create event',
'events.show' => 'Event',
'attendees.*' => 'Attendees',
'events.attendees*' => 'Attendees',
'badges.*' => 'Badge printing',
'events.badge*' => 'Badge printing',
'programmes.*' => 'Programmes',
'events.payouts' => 'Payments & Payouts',
'account.wallet' => 'Wallet',
'account.billing' => 'Billing',
'account.team*' => 'Team',
'account.settings' => 'Settings',
'account.developers*' => 'Developers',
'notifications.*' => 'Notifications',
],
];