Hide header avatar on mobile and sync shared mobile nav partials.
Deploy Ladill Hosting / deploy (push) Successful in 33s
Deploy Ladill Hosting / deploy (push) Successful in 33s
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 <cursoragent@cursor.com>
This commit is contained in:
@@ -43,9 +43,8 @@ class UserProfileMenu
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (Route::has((string) config('billing.wallet_balance_route', 'wallet.balance'))) {
|
||||||
if (Route::has((string) config("billing.wallet_balance_route", "wallet.balance"))) {
|
$items[] = ['type' => 'wallet'];
|
||||||
$items[] = ["type" => "wallet"];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (self::userIsAdmin($user)) {
|
if (self::userIsAdmin($user)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user