From a8910507dafdb7336975b2f2b55e09e8e26725da Mon Sep 17 00:00:00 2001 From: isaacclad Date: Sun, 28 Jun 2026 12:04:33 +0000 Subject: [PATCH] Hide header avatar on mobile and sync shared mobile nav partials. Profile moves to the bottom nav sheet on small screens; optional search tab support is synced from the Ladill platform template. Co-authored-by: Cursor --- app/Support/UserProfileMenu.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/Support/UserProfileMenu.php b/app/Support/UserProfileMenu.php index 2806cdb..9461caf 100644 --- a/app/Support/UserProfileMenu.php +++ b/app/Support/UserProfileMenu.php @@ -43,9 +43,8 @@ class UserProfileMenu ]; } - - if (Route::has((string) config("billing.wallet_balance_route", "wallet.balance"))) { - $items[] = ["type" => "wallet"]; + if (Route::has((string) config('billing.wallet_balance_route', 'wallet.balance'))) { + $items[] = ['type' => 'wallet']; } if (self::userIsAdmin($user)) {