Fix hosting profile dropdown and align menu with platform.
Deploy Ladill Hosting / deploy (push) Successful in 29s

Add home.ladill.com helper, repair click-outside handling on topbar menus, and expand profile links on desktop and mobile.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-18 20:40:43 +00:00
co-authored by Cursor
parent 05466b6868
commit 5e4109384e
4 changed files with 31 additions and 10 deletions
+7
View File
@@ -23,6 +23,13 @@ if (! function_exists('ladill_domains_url')) {
}
}
if (! function_exists('ladill_home_url')) {
function ladill_home_url(string $path = ''): string
{
return 'https://home.'.config('app.platform_domain').($path !== '' ? '/'.ltrim($path, '/') : '');
}
}
if (! function_exists('ladill_account_url')) {
function ladill_account_url(string $path = ''): string
{